#333CAF

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

Shades of Persian Blue #333CAF

Tints of Persian Blue #333CAF

Color information

#333CAF (or 0x333CAF) is unknown color: approx Persian Blue. HEX triplet: 33, 3C and AF. RGB value is (51,60,175). Sum of RGB (Red+Green+Blue) = 51+60+175=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #333CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333CAF is #CCC350. Grayscale: #454545. Windows color (decimal): -13419345 or 11484211. OLE color: 11484211.

HSL color Cylindrical-coordinate representation of color #333CAF: hue angle of 235.65º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #333CAF is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5160175-
CMYK0.710.6600.31
HSL235.65º54.87%44.31%-
HSV(B)235.65º70.86%68.63%-
XYZ10.727.0341.35-
YUV70.42187.02114.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 60 (23.83% from 255) = 20.98%
BLUE value IS 175 (68.75% from 255) = 61.19%
R=17.83%
G=20.98%
B=61.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51601750.710.6600.31235.6554.8744.31
Hex333CAF474201Fec372c
Octal63742571071020373546754
Binary110011111100101011111000111100001001111111101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,60,175); }

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

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

 a { background-color: rgb(51,60,175); }

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

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

 span { border-color: rgb(51,60,175); }

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