#214173

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

Shades of Resolution Blue #214173

Tints of Resolution Blue #214173

Color information

#214173 (or 0x214173) is unknown color: approx Resolution Blue. HEX triplet: 21, 41 and 73. RGB value is (33,65,115). Sum of RGB (Red+Green+Blue) = 33+65+115=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #214173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214173 is #DEBE8C. Grayscale: #3C3C3C. Windows color (decimal): -14597773 or 7553313. OLE color: 7553313.

HSL color Cylindrical-coordinate representation of color #214173: hue angle of 216.59º 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 #214173 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3365115-
CMYK0.710.4300.55
HSL216.59º55.41%29.02%-
HSV(B)216.59º71.3%45.1%-
XYZ5.615.3416.95-
YUV61.13158.4107.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.49%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=15.49%
G=30.52%
B=53.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33651150.710.4300.55216.5955.4129.02
Hex214173472B037d9371d
Octal41101163107530673316735
Binary10000110000011110011100011110101101101111101100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214173; }

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

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

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

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

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

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

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

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