Html Css Color HEX #213EAD Persian Blue

📋 copy color: '#213EAD'

red 33 ◦ green 62 ◦ blue 173

#213EAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #213EAD

Tints of Persian Blue #213EAD

RGB

 RED value IS 33 (13.28% from 255) = 12.31%

 GREEN value IS 62 (24.61% from 255) = 23.13%

 BLUE value IS 173 (67.97% from 255) = 64.55%

R = 12.31%
G = 23.13%
B = 64.55%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#213EAD (or 0x213EAD) is known color: Persian Blue. HEX triplet: 21, 3E and AD. RGB value is (33,62,173). Sum of RGB (Red+Green+Blue) = 33+62+173=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #213EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213EAD is #DEC152. Grayscale: #414141. Windows color (decimal): -14598483 or 11353633. OLE color: 11353633.

HSL color Cylindrical-coordinate representation of color #213EAD: hue angle of 227.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213EAD is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 62 173 -
CMYK 0.81 0.64 0 0.32
HSL 227.57º 0.68% 0.4% -
HSV(B) 227.57º 0.81% 0.68% -
XYZ 9.89 6.79 40.32 -
YUV 65.98 188.39 104.47 -
System Red Green Blue C M Y K H S L
Decimal 33 62 173 0.81 0.64 0 0.32 227.57 0.68 0.4
Hex 21 3E AD 51 40 0 20 E4 44 28
Octal 41 76 255 121 100 0 40 344 104 50
Binary 100001 111110 10101101 1010001 1000000 0 100000 11100100 1000100 101000

Color Harmonies of #213EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213EAD

Black with #213EAD

Text Example


Text Example

White with #213EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #213EAD;
 }
 .AnyTagClassName
 {
   color: #213EAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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