Html Css Color HEX #214072 Resolution Blue

📋 copy color: '#214072'

red 33 ◦ green 64 ◦ blue 114

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

Shades of Resolution Blue #214072

Tints of Resolution Blue #214072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 54.03%

R = 15.64%
G = 30.33%
B = 54.03%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#214072 (or 0x214072) is known color: Resolution Blue. HEX triplet: 21, 40 and 72. RGB value is (33,64,114). Sum of RGB (Red+Green+Blue) = 33+64+114=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #214072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214072 is #DEBF8D. Grayscale: #3C3C3C. Windows color (decimal): -14598030 or 7487521. OLE color: 7487521.

HSL color Cylindrical-coordinate representation of color #214072: hue angle of 217.04º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214072 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 64 114 -
CMYK 0.71 0.44 0 0.55
HSL 217.04º 0.55% 0.29% -
HSV(B) 217.04º 0.71% 0.45% -
XYZ 5.5 5.21 16.63 -
YUV 60.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 33 64 114 0.71 0.44 0 0.55 217.04 0.55 0.29
Hex 21 40 72 47 2C 0 37 D9 37 1D
Octal 41 100 162 107 54 0 67 331 67 35
Binary 100001 1000000 1110010 1000111 101100 0 110111 11011001 110111 11101

Color Harmonies of #214072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214072

Black with #214072

Text Example


Text Example

White with #214072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214072; }

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

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

background-color css

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

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

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

border-color css

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

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

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