Html Css Color HEX #212BAB Persian Blue

📋 copy color: '#212BAB'

red 33 ◦ green 43 ◦ blue 171

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

Shades of Persian Blue #212BAB

Tints of Persian Blue #212BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.41%

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

R = 13.36%
G = 17.41%
B = 69.23%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#212BAB (or 0x212BAB) is known color: Persian Blue. HEX triplet: 21, 2B and AB. RGB value is (33,43,171). Sum of RGB (Red+Green+Blue) = 33+43+171=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #212BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212BAB is #DED454. Grayscale: #363636. Windows color (decimal): -14603349 or 11217697. OLE color: 11217697.

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

Color convert

RGB 33 43 171 -
CMYK 0.81 0.75 0 0.33
HSL 235.65º 0.68% 0.4% -
HSV(B) 235.65º 0.81% 0.67% -
XYZ 8.84 4.99 39.03 -
YUV 54.6 193.69 112.59 -
System Red Green Blue C M Y K H S L
Decimal 33 43 171 0.81 0.75 0 0.33 235.65 0.68 0.4
Hex 21 2B AB 51 4B 0 21 EC 44 28
Octal 41 53 253 121 113 0 41 354 104 50
Binary 100001 101011 10101011 1010001 1001011 0 100001 11101100 1000100 101000

Color Harmonies of #212BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212BAB

Black with #212BAB

Text Example


Text Example

White with #212BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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