Html Css Color HEX #212E76 Resolution Blue

📋 copy color: '#212E76'

red 33 ◦ green 46 ◦ blue 118

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

Shades of Resolution Blue #212E76

Tints of Resolution Blue #212E76

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.35%

 BLUE value IS 118 (46.48% from 255) = 59.9%

R = 16.75%
G = 23.35%
B = 59.9%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#212E76 (or 0x212E76) is known color: Resolution Blue. HEX triplet: 21, 2E and 76. RGB value is (33,46,118). Sum of RGB (Red+Green+Blue) = 33+46+118=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #212E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E76 is #DED189. Grayscale: #323232. Windows color (decimal): -14602634 or 7745057. OLE color: 7745057.

HSL color Cylindrical-coordinate representation of color #212E76: hue angle of 230.82º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #212E76 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 46 118 -
CMYK 0.72 0.61 0 0.54
HSL 230.82º 0.56% 0.3% -
HSV(B) 230.82º 0.72% 0.46% -
XYZ 4.87 3.59 17.57 -
YUV 50.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 33 46 118 0.72 0.61 0 0.54 230.82 0.56 0.3
Hex 21 2E 76 48 3D 0 36 E7 38 1E
Octal 41 56 166 110 75 0 66 347 70 36
Binary 100001 101110 1110110 1001000 111101 0 110110 11100111 111000 11110

Color Harmonies of #212E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212E76

Black with #212E76

Text Example


Text Example

White with #212E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,46,118); }

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

background-color css

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

 a { background-color: rgb(33,46,118); }

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

border-color css

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

 span { border-color: rgb(33,46,118); }

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