#284471

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

Shades of Resolution Blue #284471

Tints of Resolution Blue #284471

Color information

#284471 (or 0x284471) is unknown color: approx Resolution Blue. HEX triplet: 28, 44 and 71. RGB value is (40,68,113). Sum of RGB (Red+Green+Blue) = 40+68+113=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #284471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284471 is #D7BB8E. Grayscale: #404040. Windows color (decimal): -14138255 or 7423016. OLE color: 7423016.

HSL color Cylindrical-coordinate representation of color #284471: hue angle of 216.99º 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 #284471 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4068113-
CMYK0.650.4000.56
HSL216.99º47.71%30%-
HSV(B)216.99º64.6%44.31%-
XYZ5.925.7816.43-
YUV64.76155.22110.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 113 (44.53% from 255) = 51.13%
R=18.10%
G=30.77%
B=51.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40681130.650.4000.56216.9947.7130
Hex2844714128038d9301e
Octal50104161101500703316036
Binary10100010001001110001100000110100001110001101100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284471; }

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

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

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

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

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

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

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

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