Html Css Color HEX #212EAD Persian Blue

📋 copy color: '#212EAD'

red 33 ◦ green 46 ◦ blue 173

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

Shades of Persian Blue #212EAD

Tints of Persian Blue #212EAD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.25%

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

R = 13.1%
G = 18.25%
B = 68.65%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#212EAD (or 0x212EAD) is known color: Persian Blue. HEX triplet: 21, 2E and AD. RGB value is (33,46,173). Sum of RGB (Red+Green+Blue) = 33+46+173=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #212EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212EAD is #DED152. Grayscale: #383838. Windows color (decimal): -14602579 or 11349537. OLE color: 11349537.

HSL color Cylindrical-coordinate representation of color #212EAD: hue angle of 234.43º 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 #212EAD is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 46 173 -
CMYK 0.81 0.73 0 0.32
HSL 234.43º 0.68% 0.4% -
HSV(B) 234.43º 0.81% 0.68% -
XYZ 9.15 5.29 40.08 -
YUV 56.59 193.69 111.17 -
System Red Green Blue C M Y K H S L
Decimal 33 46 173 0.81 0.73 0 0.32 234.43 0.68 0.4
Hex 21 2E AD 51 49 0 20 EA 44 28
Octal 41 56 255 121 111 0 40 352 104 50
Binary 100001 101110 10101101 1010001 1001001 0 100000 11101010 1000100 101000

Color Harmonies of #212EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212EAD

Black with #212EAD

Text Example


Text Example

White with #212EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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