Html Css Color HEX #212AC4 Persian Blue

📋 copy color: '#212AC4'

red 33 ◦ green 42 ◦ blue 196

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

Shades of Persian Blue #212AC4

Tints of Persian Blue #212AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 72.32%

R = 12.18%
G = 15.5%
B = 72.32%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#212AC4 (or 0x212AC4) is known color: Persian Blue. HEX triplet: 21, 2A and C4. RGB value is (33,42,196). Sum of RGB (Red+Green+Blue) = 33+42+196=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 196 (76.95% from 255 or 72.32% from 271); Max value from RGB is 196 - color contains mainly: blue. Hex color #212AC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212AC4 is #DED53B. Grayscale: #383838. Windows color (decimal): -14603580 or 12855841. OLE color: 12855841.

HSL color Cylindrical-coordinate representation of color #212AC4: hue angle of 236.69º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212AC4 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 33 42 196 -
CMYK 0.83 0.79 0 0.23
HSL 236.69º 0.71% 0.45% -
HSV(B) 236.69º 0.83% 0.77% -
XYZ 11.42 5.96 52.77 -
YUV 56.87 206.52 110.98 -
System Red Green Blue C M Y K H S L
Decimal 33 42 196 0.83 0.79 0 0.23 236.69 0.71 0.45
Hex 21 2A C4 53 4F 0 17 ED 47 2D
Octal 41 52 304 123 117 0 27 355 107 55
Binary 100001 101010 11000100 1010011 1001111 0 10111 11101101 1000111 101101

Color Harmonies of #212AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212AC4

Black with #212AC4

Text Example


Text Example

White with #212AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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