#284377

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

Shades of Resolution Blue #284377

Tints of Resolution Blue #284377

Color information

#284377 (or 0x284377) is unknown color: approx Resolution Blue. HEX triplet: 28, 43 and 77. RGB value is (40,67,119). Sum of RGB (Red+Green+Blue) = 40+67+119=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #284377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284377 is #D7BC88. Grayscale: #404040. Windows color (decimal): -14138505 or 7815976. OLE color: 7815976.

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

Color convert

RGB4067119-
CMYK0.660.4400.53
HSL219.49º49.69%31.18%-
HSV(B)219.49º66.39%46.67%-
XYZ6.215.818.24-
YUV64.86158.55110.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=17.70%
G=29.65%
B=52.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40671190.660.4400.53219.4949.6931.18
Hex284377422C035db321f
Octal50103167102540653336237
Binary10100010000111110111100001010110001101011101101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284377; }

 p { color: rgb(40,67,119); }

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

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

 a { background-color: rgb(40,67,119); }

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

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

 span { border-color: rgb(40,67,119); }

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