#3333CA

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

Shades of Persian Blue #3333CA

Tints of Persian Blue #3333CA

Color information

#3333CA (or 0x3333CA) is unknown color: approx Persian Blue. HEX triplet: 33, 33 and CA. RGB value is (51,51,202). Sum of RGB (Red+Green+Blue) = 51+51+202=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #3333CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3333CA is #CCCC35. Grayscale: #434343. Windows color (decimal): -13421622 or 13251379. OLE color: 13251379.

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

Color convert

RGB5151202-
CMYK0.750.7500.21
HSL240º59.68%49.61%-
HSV(B)240º74.75%79.22%-
XYZ13.217.3456.6-
YUV68.21203.5115.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.78%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 202 (79.30% from 255) = 66.45%
R=16.78%
G=16.78%
B=66.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51512020.750.7500.2124059.6849.61
Hex3333CA4B4B015f03c32
Octal63633121131130253607462
Binary110011110011110010101001011100101101010111110000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3333CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3333CA; }

 p { color: rgb(51,51,202); }

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

<style>
 a { background-color: #3333CA; }

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

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

<style>
 span { border-color: #3333CA; }

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

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