Html Css Color HEX #214176 Resolution Blue

📋 copy color: '#214176'

red 33 ◦ green 65 ◦ blue 118

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

Shades of Resolution Blue #214176

Tints of Resolution Blue #214176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

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

R = 15.28%
G = 30.09%
B = 54.63%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#214176 (or 0x214176) is known color: Resolution Blue. HEX triplet: 21, 41 and 76. RGB value is (33,65,118). Sum of RGB (Red+Green+Blue) = 33+65+118=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #214176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214176 is #DEBE89. Grayscale: #3D3D3D. Windows color (decimal): -14597770 or 7749921. OLE color: 7749921.

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

Color convert

RGB 33 65 118 -
CMYK 0.72 0.45 0 0.54
HSL 217.41º 0.56% 0.3% -
HSV(B) 217.41º 0.72% 0.46% -
XYZ 5.79 5.41 17.88 -
YUV 61.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 33 65 118 0.72 0.45 0 0.54 217.41 0.56 0.3
Hex 21 41 76 48 2D 0 36 D9 38 1E
Octal 41 101 166 110 55 0 66 331 70 36
Binary 100001 1000001 1110110 1001000 101101 0 110110 11011001 111000 11110

Color Harmonies of #214176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214176

Black with #214176

Text Example


Text Example

White with #214176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214176; }

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

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

background-color css

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

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

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

border-color css

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

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

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