#284174

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

Shades of Resolution Blue #284174

Tints of Resolution Blue #284174

Color information

#284174 (or 0x284174) is unknown color: approx Resolution Blue. HEX triplet: 28, 41 and 74. RGB value is (40,65,116). Sum of RGB (Red+Green+Blue) = 40+65+116=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #284174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284174 is #D7BE8B. Grayscale: #3F3F3F. Windows color (decimal): -14139020 or 7618856. OLE color: 7618856.

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

Color convert

RGB4065116-
CMYK0.660.4400.55
HSL220.26º48.72%30.59%-
HSV(B)220.26º65.52%45.49%-
XYZ5.925.4917.27-
YUV63.34157.72111.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=18.10%
G=29.41%
B=52.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40651160.660.4400.55220.2648.7230.59
Hex284174422C037dc311f
Octal50101164102540673346137
Binary10100010000011110100100001010110001101111101110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284174; }

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

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

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

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

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

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

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

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