#333acd

Color #333ACD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #333ACD

Tints of Persian Blue #333ACD

Color information

#333ACD (or 0x333ACD) is unknown color: approx Persian Blue. HEX triplet: 33, 3A and CD. RGB value is (51,58,205). Sum of RGB (Red+Green+Blue) = 51+58+205=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #333ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333ACD is #CCC532. Grayscale: #484848. Windows color (decimal): -13419827 or 13449779. OLE color: 13449779.

HSL color Cylindrical-coordinate representation of color #333ACD: hue angle of 237.27º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #333ACD is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5158205-
CMYK0.750.7200.20
HSL237.27º60.63%50.2%-
HSV(B)237.27º75.12%80.39%-
XYZ13.98.1458.6-
YUV72.67202.68112.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 58 (23.05% from 255) = 18.47%
BLUE value IS 205 (80.47% from 255) = 65.29%
R=16.24%
G=18.47%
B=65.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal51582050.750.7200.20237.2760.6350.2
Hex333ACD4B48014ed3d32
Octal63723151131100243557562
Binary110011111010110011011001011100100001010011101101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333acd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333acd; }

 p { color: rgb(51,58,205); }

 H1.HeaderClassName
 {
   color: #333acd;
 }
 .AnyTagClassName
 {
   color: #333acd;
 }
</style>
background-color css

<style>
 a { background-color: #333acd; }

 a { background-color: rgb(51,58,205); }

 div.DivClassName
 {
   background-color: #333acd;
 }
 .BgClassName
 {
   background-color: #333acd;
 }
</style>
border-color css

<style>
 span { border-color: #333acd; }

 span { border-color: rgb(51,58,205); }

 td.TdClassName
 {
   border-color: #333acd;
 }
 .TagClassName
 {
   border-color: #333acd;
 }
</style>