#3333CD

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

Shades of Persian Blue #3333CD

Tints of Persian Blue #3333CD

Color information

#3333CD (or 0x3333CD) is unknown color: approx Persian Blue. HEX triplet: 33, 33 and CD. RGB value is (51,51,205). Sum of RGB (Red+Green+Blue) = 51+51+205=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #3333CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3333CD is #CCCC32. Grayscale: #434343. Windows color (decimal): -13421619 or 13447987. OLE color: 13447987.

HSL color Cylindrical-coordinate representation of color #3333CD: hue angle of 240º 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 #3333CD is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5151205-
CMYK0.750.7500.20
HSL240º60.63%50.2%-
HSV(B)240º75.12%80.39%-
XYZ13.577.4858.49-
YUV68.56205115.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.61%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 205 (80.47% from 255) = 66.78%
R=16.61%
G=16.61%
B=66.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal51512050.750.7500.2024060.6350.2
Hex3333CD4B4B014f03d32
Octal63633151131130243607562
Binary110011110011110011011001011100101101010011110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3333CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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