#214072

Color #214072 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #214072

Tints of Resolution Blue #214072

Color information

#214072 (or 0x214072) is unknown color: approx 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

RGB3364114-
CMYK0.710.4400.55
HSL217.04º55.1%28.82%-
HSV(B)217.04º71.05%44.71%-
XYZ5.55.2116.63-
YUV60.43158.23108.43-

RGB Variations

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

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 (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33641140.710.4400.55217.0455.128.82
Hex214072472C037d9371d
Octal41100162107540673316735
Binary10000110000001110010100011110110001101111101100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>