#213db2

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

Shades of Persian Blue #213DB2

Tints of Persian Blue #213DB2

Color information

#213DB2 (or 0x213DB2) is unknown color: approx Persian Blue. HEX triplet: 21, 3D and B2. RGB value is (33,61,178). Sum of RGB (Red+Green+Blue) = 33+61+178=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 178 (69.92% from 255 or 65.44% from 272); Max value from RGB is 178 - color contains mainly: blue. Hex color #213DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213DB2 is #DEC24D. Grayscale: #414141. Windows color (decimal): -14598734 or 11681057. OLE color: 11681057.

HSL color Cylindrical-coordinate representation of color #213DB2: hue angle of 228.41º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213DB2 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3361178-
CMYK0.810.6600.30
HSL228.41º68.72%41.37%-
HSV(B)228.41º81.46%69.8%-
XYZ10.336.8842.9-
YUV65.97191.22104.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 61 (24.22% from 255) = 22.43%
BLUE value IS 178 (69.92% from 255) = 65.44%
R=12.13%
G=22.43%
B=65.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33611780.810.6600.30228.4168.7241.37
Hex213DB2514201Ee44529
Octal417526212110203634410551
Binary1000011111011011001010100011000010011110111001001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213db2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,61,178); }

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

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

 a { background-color: rgb(33,61,178); }

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

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

 span { border-color: rgb(33,61,178); }

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