#3335C9

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

Shades of Persian Blue #3335C9

Tints of Persian Blue #3335C9

Color information

#3335C9 (or 0x3335C9) is unknown color: approx Persian Blue. HEX triplet: 33, 35 and C9. RGB value is (51,53,201). Sum of RGB (Red+Green+Blue) = 51+53+201=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 201 (78.91% from 255 or 65.90% from 305); Max value from RGB is 201 - color contains mainly: blue. Hex color #3335C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3335C9 is #CCCA36. Grayscale: #444444. Windows color (decimal): -13421111 or 13186355. OLE color: 13186355.

HSL color Cylindrical-coordinate representation of color #3335C9: hue angle of 239.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3335C9 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5153201-
CMYK0.750.7400.21
HSL239.2º59.52%49.41%-
HSV(B)239.2º74.63%78.82%-
XYZ13.187.4756-
YUV69.27202.34114.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 53 (21.09% from 255) = 17.38%
BLUE value IS 201 (78.91% from 255) = 65.90%
R=16.72%
G=17.38%
B=65.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51532010.750.7400.21239.259.5249.41
Hex3335C94B4A015ef3c31
Octal63653111131120253577461
Binary110011110101110010011001011100101001010111101111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3335C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3335C9; }

 p { color: rgb(51,53,201); }

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

<style>
 a { background-color: #3335C9; }

 a { background-color: rgb(51,53,201); }

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

<style>
 span { border-color: #3335C9; }

 span { border-color: rgb(51,53,201); }

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