#2135E1

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

Shades of Persian Blue #2135E1

Tints of Persian Blue #2135E1

Color information

#2135E1 (or 0x2135E1) is unknown color: approx Persian Blue. HEX triplet: 21, 35 and E1. RGB value is (33,53,225). Sum of RGB (Red+Green+Blue) = 33+53+225=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 225 (88.28% from 255 or 72.35% from 311); Max value from RGB is 225 - color contains mainly: blue. Hex color #2135E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2135E1 is #DECA1E. Grayscale: #414141. Windows color (decimal): -14600735 or 14759201. OLE color: 14759201.

HSL color Cylindrical-coordinate representation of color #2135E1: hue angle of 233.75º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2135E1 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3353225-
CMYK0.850.7600.12
HSL233.75º76.19%50.59%-
HSV(B)233.75º85.33%88.24%-
XYZ15.498.3172.02-
YUV66.63217.37104.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.61%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 225 (88.28% from 255) = 72.35%
R=10.61%
G=17.04%
B=72.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal33532250.850.7600.12233.7576.1950.59
Hex2135E1554C0Cea4c33
Octal416534112511401435211463
Binary100001110101111000011010101100110001100111010101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2135E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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