#213EC6

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

Shades of Persian Blue #213EC6

Tints of Persian Blue #213EC6

Color information

#213EC6 (or 0x213EC6) is unknown color: approx Persian Blue. HEX triplet: 21, 3E and C6. RGB value is (33,62,198). Sum of RGB (Red+Green+Blue) = 33+62+198=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 198 (77.73% from 255 or 67.58% from 293); Max value from RGB is 198 - color contains mainly: blue. Hex color #213EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213EC6 is #DEC139. Grayscale: #444444. Windows color (decimal): -14598458 or 12992033. OLE color: 12992033.

HSL color Cylindrical-coordinate representation of color #213EC6: hue angle of 229.45º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213EC6 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3362198-
CMYK0.830.6900.22
HSL229.45º71.43%45.29%-
HSV(B)229.45º83.33%77.65%-
XYZ12.547.8554.28-
YUV68.83200.89102.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.26%
GREEN value IS 62 (24.61% from 255) = 21.16%
BLUE value IS 198 (77.73% from 255) = 67.58%
R=11.26%
G=21.16%
B=67.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal33621980.830.6900.22229.4571.4345.29
Hex213EC65345016e5472d
Octal417630612310502634510755
Binary1000011111101100011010100111000101010110111001011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,62,198); }

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

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

 a { background-color: rgb(33,62,198); }

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

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

 span { border-color: rgb(33,62,198); }

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