#284371

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

Shades of Resolution Blue #284371

Tints of Resolution Blue #284371

Color information

#284371 (or 0x284371) is unknown color: approx Resolution Blue. HEX triplet: 28, 43 and 71. RGB value is (40,67,113). Sum of RGB (Red+Green+Blue) = 40+67+113=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #284371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284371 is #D7BC8E. Grayscale: #3F3F3F. Windows color (decimal): -14138511 or 7422760. OLE color: 7422760.

HSL color Cylindrical-coordinate representation of color #284371: hue angle of 217.81º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #284371 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4067113-
CMYK0.650.4100.56
HSL217.81º47.71%30%-
HSV(B)217.81º64.6%44.31%-
XYZ5.865.6616.41-
YUV64.17155.55110.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=18.18%
G=30.45%
B=51.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40671130.650.4100.56217.8147.7130
Hex2843714129038da301e
Octal50103161101510703326036
Binary10100010000111110001100000110100101110001101101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284371; }

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

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

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

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

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

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

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

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