#213BB4

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

Shades of Persian Blue #213BB4

Tints of Persian Blue #213BB4

Color information

#213BB4 (or 0x213BB4) is unknown color: approx Persian Blue. HEX triplet: 21, 3B and B4. RGB value is (33,59,180). Sum of RGB (Red+Green+Blue) = 33+59+180=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 180 (70.70% from 255 or 66.18% from 272); Max value from RGB is 180 - color contains mainly: blue. Hex color #213BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213BB4 is #DEC44B. Grayscale: #404040. Windows color (decimal): -14599244 or 11811617. OLE color: 11811617.

HSL color Cylindrical-coordinate representation of color #213BB4: hue angle of 229.39º 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 #213BB4 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3359180-
CMYK0.820.6700.29
HSL229.39º69.01%41.76%-
HSV(B)229.39º81.67%70.59%-
XYZ10.436.7543.93-
YUV65.02192.89105.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 59 (23.44% from 255) = 21.69%
BLUE value IS 180 (70.70% from 255) = 66.18%
R=12.13%
G=21.69%
B=66.18%

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
Decimal33591800.820.6700.29229.3969.0141.76
Hex213BB4524301De5452a
Octal417326412210303534510552
Binary1000011110111011010010100101000011011101111001011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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