Html Css Color HEX #212BC6 Persian Blue

📋 copy color: '#212BC6'

red 33 ◦ green 43 ◦ blue 198

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

Shades of Persian Blue #212BC6

Tints of Persian Blue #212BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 72.26%

R = 12.04%
G = 15.69%
B = 72.26%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#212BC6 (or 0x212BC6) is known color: Persian Blue. HEX triplet: 21, 2B and C6. RGB value is (33,43,198). Sum of RGB (Red+Green+Blue) = 33+43+198=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 198 (77.73% from 255 or 72.26% from 274); Max value from RGB is 198 - color contains mainly: blue. Hex color #212BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BC6 is #DED439. Grayscale: #393939. Windows color (decimal): -14603322 or 12987169. OLE color: 12987169.

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

Color convert

RGB 33 43 198 -
CMYK 0.83 0.78 0 0.22
HSL 236.36º 0.71% 0.45% -
HSV(B) 236.36º 0.83% 0.78% -
XYZ 11.68 6.13 53.99 -
YUV 57.68 207.19 110.4 -
System Red Green Blue C M Y K H S L
Decimal 33 43 198 0.83 0.78 0 0.22 236.36 0.71 0.45
Hex 21 2B C6 53 4E 0 16 EC 47 2D
Octal 41 53 306 123 116 0 26 354 107 55
Binary 100001 101011 11000110 1010011 1001110 0 10110 11101100 1000111 101101

Color Harmonies of #212BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212BC6

Black with #212BC6

Text Example


Text Example

White with #212BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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