Html Css Color HEX #214076 Resolution Blue

📋 copy color: '#214076'

red 33 ◦ green 64 ◦ blue 118

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

Shades of Resolution Blue #214076

Tints of Resolution Blue #214076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.77%

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

R = 15.35%
G = 29.77%
B = 54.88%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#214076 (or 0x214076) is known color: Resolution Blue. HEX triplet: 21, 40 and 76. RGB value is (33,64,118). Sum of RGB (Red+Green+Blue) = 33+64+118=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #214076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214076 is #DEBF89. Grayscale: #3C3C3C. Windows color (decimal): -14598026 or 7749665. OLE color: 7749665.

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

Color convert

RGB 33 64 118 -
CMYK 0.72 0.46 0 0.54
HSL 218.12º 0.56% 0.3% -
HSV(B) 218.12º 0.72% 0.46% -
XYZ 5.73 5.3 17.86 -
YUV 60.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 33 64 118 0.72 0.46 0 0.54 218.12 0.56 0.3
Hex 21 40 76 48 2E 0 36 DA 38 1E
Octal 41 100 166 110 56 0 66 332 70 36
Binary 100001 1000000 1110110 1001000 101110 0 110110 11011010 111000 11110

Color Harmonies of #214076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214076

Black with #214076

Text Example


Text Example

White with #214076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214076; }

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

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

background-color css

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

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

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

border-color css

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

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

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