#213BB5

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

Shades of Persian Blue #213BB5

Tints of Persian Blue #213BB5

Color information

#213BB5 (or 0x213BB5) is unknown color: approx Persian Blue. HEX triplet: 21, 3B and B5. RGB value is (33,59,181). Sum of RGB (Red+Green+Blue) = 33+59+181=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 181 (71.09% from 255 or 66.30% from 273); Max value from RGB is 181 - color contains mainly: blue. Hex color #213BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213BB5 is #DEC44A. Grayscale: #404040. Windows color (decimal): -14599243 or 11877153. OLE color: 11877153.

HSL color Cylindrical-coordinate representation of color #213BB5: hue angle of 229.46º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #213BB5 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3359181-
CMYK0.820.6700.29
HSL229.46º69.16%41.96%-
HSV(B)229.46º81.77%70.98%-
XYZ10.536.7944.47-
YUV65.13193.39105.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.09%
GREEN value IS 59 (23.44% from 255) = 21.61%
BLUE value IS 181 (71.09% from 255) = 66.30%
R=12.09%
G=21.61%
B=66.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33591810.820.6700.29229.4669.1641.96
Hex213BB5524301De5452a
Octal417326512210303534510552
Binary1000011110111011010110100101000011011101111001011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213BB5; }

 p { color: rgb(33,59,181); }

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

<style>
 a { background-color: #213BB5; }

 a { background-color: rgb(33,59,181); }

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

<style>
 span { border-color: #213BB5; }

 span { border-color: rgb(33,59,181); }

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