Html Css Color HEX #212DAB Persian Blue

📋 copy color: '#212DAB'

red 33 ◦ green 45 ◦ blue 171

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

Shades of Persian Blue #212DAB

Tints of Persian Blue #212DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.07%

 BLUE value IS 171 (67.19% from 255) = 68.67%

R = 13.25%
G = 18.07%
B = 68.67%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#212DAB (or 0x212DAB) is known color: Persian Blue. HEX triplet: 21, 2D and AB. RGB value is (33,45,171). Sum of RGB (Red+Green+Blue) = 33+45+171=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #212DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212DAB is #DED254. Grayscale: #373737. Windows color (decimal): -14602837 or 11218209. OLE color: 11218209.

HSL color Cylindrical-coordinate representation of color #212DAB: hue angle of 234.78º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212DAB is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 45 171 -
CMYK 0.81 0.74 0 0.33
HSL 234.78º 0.68% 0.4% -
HSV(B) 234.78º 0.81% 0.67% -
XYZ 8.92 5.14 39.05 -
YUV 55.78 193.02 111.75 -
System Red Green Blue C M Y K H S L
Decimal 33 45 171 0.81 0.74 0 0.33 234.78 0.68 0.4
Hex 21 2D AB 51 4A 0 21 EB 44 28
Octal 41 55 253 121 112 0 41 353 104 50
Binary 100001 101101 10101011 1010001 1001010 0 100001 11101011 1000100 101000

Color Harmonies of #212DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212DAB

Black with #212DAB

Text Example


Text Example

White with #212DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,45,171); }

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

background-color css

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

 a { background-color: rgb(33,45,171); }

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

border-color css

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

 span { border-color: rgb(33,45,171); }

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