#2135DD

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

Shades of Persian Blue #2135DD

Tints of Persian Blue #2135DD

Color information

#2135DD (or 0x2135DD) is unknown color: approx Persian Blue. HEX triplet: 21, 35 and DD. RGB value is (33,53,221). Sum of RGB (Red+Green+Blue) = 33+53+221=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #2135DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2135DD is #DECA22. Grayscale: #414141. Windows color (decimal): -14600739 or 14497057. OLE color: 14497057.

HSL color Cylindrical-coordinate representation of color #2135DD: hue angle of 233.62º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2135DD is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3353221-
CMYK0.850.7600.13
HSL233.62º74.02%49.8%-
HSV(B)233.62º85.07%86.67%-
XYZ14.958.0969.18-
YUV66.17215.37104.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.75%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 221 (86.72% from 255) = 71.99%
R=10.75%
G=17.26%
B=71.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33532210.850.7600.13233.6274.0249.8
Hex2135DD554C0Dea4a32
Octal416533512511401535211262
Binary100001110101110111011010101100110001101111010101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2135DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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