Html Css Color HEX #212BBC Persian Blue

📋 copy color: '#212BBC'

red 33 ◦ green 43 ◦ blue 188

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

Shades of Persian Blue #212BBC

Tints of Persian Blue #212BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 71.21%

R = 12.5%
G = 16.29%
B = 71.21%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#212BBC (or 0x212BBC) is known color: Persian Blue. HEX triplet: 21, 2B and BC. RGB value is (33,43,188). Sum of RGB (Red+Green+Blue) = 33+43+188=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #212BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BBC is #DED443. Grayscale: #373737. Windows color (decimal): -14603332 or 12331809. OLE color: 12331809.

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

Color convert

RGB 33 43 188 -
CMYK 0.82 0.77 0 0.26
HSL 236.13º 0.7% 0.43% -
HSV(B) 236.13º 0.82% 0.74% -
XYZ 10.57 5.68 48.12 -
YUV 56.54 202.19 111.21 -
System Red Green Blue C M Y K H S L
Decimal 33 43 188 0.82 0.77 0 0.26 236.13 0.7 0.43
Hex 21 2B BC 52 4D 0 1A EC 46 2B
Octal 41 53 274 122 115 0 32 354 106 53
Binary 100001 101011 10111100 1010010 1001101 0 11010 11101100 1000110 101011

Color Harmonies of #212BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212BBC

Black with #212BBC

Text Example


Text Example

White with #212BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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