Html Css Color HEX #212D76 Resolution Blue

📋 copy color: '#212D76'

red 33 ◦ green 45 ◦ blue 118

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

Shades of Resolution Blue #212D76

Tints of Resolution Blue #212D76

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.96%

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

R = 16.84%
G = 22.96%
B = 60.2%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#212D76 (or 0x212D76) is known color: Resolution Blue. HEX triplet: 21, 2D and 76. RGB value is (33,45,118). Sum of RGB (Red+Green+Blue) = 33+45+118=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #212D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D76 is #DED289. Grayscale: #313131. Windows color (decimal): -14602890 or 7744801. OLE color: 7744801.

HSL color Cylindrical-coordinate representation of color #212D76: hue angle of 231.53º 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 #212D76 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 45 118 -
CMYK 0.72 0.62 0 0.54
HSL 231.53º 0.56% 0.3% -
HSV(B) 231.53º 0.72% 0.46% -
XYZ 4.84 3.51 17.56 -
YUV 49.73 166.52 116.06 -
System Red Green Blue C M Y K H S L
Decimal 33 45 118 0.72 0.62 0 0.54 231.53 0.56 0.3
Hex 21 2D 76 48 3E 0 36 E8 38 1E
Octal 41 55 166 110 76 0 66 350 70 36
Binary 100001 101101 1110110 1001000 111110 0 110110 11101000 111000 11110

Color Harmonies of #212D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212D76

Black with #212D76

Text Example


Text Example

White with #212D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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