Html Css Color HEX #212ABA Persian Blue

📋 copy color: '#212ABA'

red 33 ◦ green 42 ◦ blue 186

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

Shades of Persian Blue #212ABA

Tints of Persian Blue #212ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.09%

 BLUE value IS 186 (73.05% from 255) = 71.26%

R = 12.64%
G = 16.09%
B = 71.26%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#212ABA (or 0x212ABA) is known color: Persian Blue. HEX triplet: 21, 2A and BA. RGB value is (33,42,186). Sum of RGB (Red+Green+Blue) = 33+42+186=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #212ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ABA is #DED545. Grayscale: #373737. Windows color (decimal): -14603590 or 12200481. OLE color: 12200481.

HSL color Cylindrical-coordinate representation of color #212ABA: hue angle of 236.47º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #212ABA is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 42 186 -
CMYK 0.82 0.77 0 0.27
HSL 236.47º 0.7% 0.43% -
HSV(B) 236.47º 0.82% 0.73% -
XYZ 10.32 5.52 46.98 -
YUV 55.73 201.52 111.79 -
System Red Green Blue C M Y K H S L
Decimal 33 42 186 0.82 0.77 0 0.27 236.47 0.7 0.43
Hex 21 2A BA 52 4D 0 1B EC 46 2B
Octal 41 52 272 122 115 0 33 354 106 53
Binary 100001 101010 10111010 1010010 1001101 0 11011 11101100 1000110 101011

Color Harmonies of #212ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212ABA

Black with #212ABA

Text Example


Text Example

White with #212ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,42,186); }

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

background-color css

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

 a { background-color: rgb(33,42,186); }

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

border-color css

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

 span { border-color: rgb(33,42,186); }

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