Html Css Color HEX #212BC9 Persian Blue

📋 copy color: '#212BC9'

red 33 ◦ green 43 ◦ blue 201

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

Shades of Persian Blue #212BC9

Tints of Persian Blue #212BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 72.56%

R = 11.91%
G = 15.52%
B = 72.56%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#212BC9 (or 0x212BC9) is known color: Persian Blue. HEX triplet: 21, 2B and C9. RGB value is (33,43,201). Sum of RGB (Red+Green+Blue) = 33+43+201=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 201 (78.91% from 255 or 72.56% from 277); Max value from RGB is 201 - color contains mainly: blue. Hex color #212BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BC9 is #DED436. Grayscale: #393939. Windows color (decimal): -14603319 or 13183777. OLE color: 13183777.

HSL color Cylindrical-coordinate representation of color #212BC9: hue angle of 236.43º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212BC9 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 43 201 -
CMYK 0.84 0.79 0 0.21
HSL 236.43º 0.72% 0.46% -
HSV(B) 236.43º 0.84% 0.79% -
XYZ 12.03 6.27 55.83 -
YUV 58.02 208.69 110.15 -
System Red Green Blue C M Y K H S L
Decimal 33 43 201 0.84 0.79 0 0.21 236.43 0.72 0.46
Hex 21 2B C9 54 4F 0 15 EC 48 2E
Octal 41 53 311 124 117 0 25 354 110 56
Binary 100001 101011 11001001 1010100 1001111 0 10101 11101100 1001000 101110

Color Harmonies of #212BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212BC9

Black with #212BC9

Text Example


Text Example

White with #212BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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