#2135C9

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

Shades of Persian Blue #2135C9

Tints of Persian Blue #2135C9

Color information

#2135C9 (or 0x2135C9) is unknown color: approx Persian Blue. HEX triplet: 21, 35 and C9. RGB value is (33,53,201). Sum of RGB (Red+Green+Blue) = 33+53+201=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 201 (78.91% from 255 or 70.03% from 287); Max value from RGB is 201 - color contains mainly: blue. Hex color #2135C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2135C9 is #DECA36. Grayscale: #3F3F3F. Windows color (decimal): -14600759 or 13186337. OLE color: 13186337.

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

Color convert

RGB3353201-
CMYK0.840.7400.21
HSL232.86º71.79%45.88%-
HSV(B)232.86º83.58%78.82%-
XYZ12.447.0955.97-
YUV63.89205.37105.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 201 (78.91% from 255) = 70.03%
R=11.50%
G=18.47%
B=70.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal33532010.840.7400.21232.8671.7945.88
Hex2135C9544A015e9482e
Octal416531112411202535111056
Binary1000011101011100100110101001001010010101111010011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2135C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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