#284077

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

Shades of Resolution Blue #284077

Tints of Resolution Blue #284077

Color information

#284077 (or 0x284077) is unknown color: approx Resolution Blue. HEX triplet: 28, 40 and 77. RGB value is (40,64,119). Sum of RGB (Red+Green+Blue) = 40+64+119=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #284077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284077 is #D7BF88. Grayscale: #3E3E3E. Windows color (decimal): -14139273 or 7815208. OLE color: 7815208.

HSL color Cylindrical-coordinate representation of color #284077: hue angle of 221.77º 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 #284077 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4064119-
CMYK0.660.4600.53
HSL221.77º49.69%31.18%-
HSV(B)221.77º66.39%46.67%-
XYZ6.045.4518.19-
YUV63.09159.55111.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.94%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=17.94%
G=28.70%
B=53.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40641190.660.4600.53221.7749.6931.18
Hex284077422E035de321f
Octal50100167102560653366237
Binary10100010000001110111100001010111001101011101111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284077; }

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

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

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

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

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

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

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

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