#3339C9

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

Shades of Persian Blue #3339C9

Tints of Persian Blue #3339C9

Color information

#3339C9 (or 0x3339C9) is unknown color: approx Persian Blue. HEX triplet: 33, 39 and C9. RGB value is (51,57,201). Sum of RGB (Red+Green+Blue) = 51+57+201=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 201 (78.91% from 255 or 65.05% from 309); Max value from RGB is 201 - color contains mainly: blue. Hex color #3339C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3339C9 is #CCC636. Grayscale: #474747. Windows color (decimal): -13420087 or 13187379. OLE color: 13187379.

HSL color Cylindrical-coordinate representation of color #3339C9: hue angle of 237.6º 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 #3339C9 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5157201-
CMYK0.750.7200.21
HSL237.6º59.52%49.41%-
HSV(B)237.6º74.63%78.82%-
XYZ13.377.8556.07-
YUV71.62201.01113.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 57 (22.66% from 255) = 18.45%
BLUE value IS 201 (78.91% from 255) = 65.05%
R=16.50%
G=18.45%
B=65.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51572010.750.7200.21237.659.5249.41
Hex3339C94B48015ee3c31
Octal63713111131100253567461
Binary110011111001110010011001011100100001010111101110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3339C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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