#2135CC

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

Shades of Persian Blue #2135CC

Tints of Persian Blue #2135CC

Color information

#2135CC (or 0x2135CC) is unknown color: approx Persian Blue. HEX triplet: 21, 35 and CC. RGB value is (33,53,204). Sum of RGB (Red+Green+Blue) = 33+53+204=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #2135CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2135CC is #DECA33. Grayscale: #3F3F3F. Windows color (decimal): -14600756 or 13382945. OLE color: 13382945.

HSL color Cylindrical-coordinate representation of color #2135CC: hue angle of 232.98º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2135CC is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3353204-
CMYK0.840.7400.2
HSL232.98º72.15%46.47%-
HSV(B)232.98º83.82%80%-
XYZ12.87.2357.85-
YUV64.23206.87105.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.38%
GREEN value IS 53 (21.09% from 255) = 18.28%
BLUE value IS 204 (80.08% from 255) = 70.34%
R=11.38%
G=18.28%
B=70.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33532040.840.7400.2232.9872.1546.47
Hex2135CC544A014e9482e
Octal416531412411202435111056
Binary1000011101011100110010101001001010010100111010011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2135CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2135CC; }

 p { color: rgb(33,53,204); }

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

<style>
 a { background-color: #2135CC; }

 a { background-color: rgb(33,53,204); }

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

<style>
 span { border-color: #2135CC; }

 span { border-color: rgb(33,53,204); }

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