#214174

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

Shades of Resolution Blue #214174

Tints of Resolution Blue #214174

Color information

#214174 (or 0x214174) is unknown color: approx Resolution Blue. HEX triplet: 21, 41 and 74. RGB value is (33,65,116). Sum of RGB (Red+Green+Blue) = 33+65+116=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #214174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214174 is #DEBE8B. Grayscale: #3D3D3D. Windows color (decimal): -14597772 or 7618849. OLE color: 7618849.

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

Color convert

RGB3365116-
CMYK0.720.4400.55
HSL216.87º55.7%29.22%-
HSV(B)216.87º71.55%45.49%-
XYZ5.675.3617.26-
YUV61.25158.9107.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.42%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 116 (45.70% from 255) = 54.21%
R=15.42%
G=30.37%
B=54.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33651160.720.4400.55216.8755.729.22
Hex214174482C037d9381d
Octal41101164110540673317035
Binary10000110000011110100100100010110001101111101100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214174; }

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

 H1.HeaderClassName
 {
   color: #214174;
 }
 .AnyTagClassName
 {
   color: #214174;
 }
</style>
background-color css

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

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

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

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

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

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