#284570

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

Shades of Resolution Blue #284570

Tints of Resolution Blue #284570

Color information

#284570 (or 0x284570) is unknown color: approx Resolution Blue. HEX triplet: 28, 45 and 70. RGB value is (40,69,112). Sum of RGB (Red+Green+Blue) = 40+69+112=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #284570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284570 is #D7BA8F. Grayscale: #414141. Windows color (decimal): -14138000 or 7357736. OLE color: 7357736.

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

Color convert

RGB4069112-
CMYK0.640.3800.56
HSL215.83º47.37%29.8%-
HSV(B)215.83º64.29%43.92%-
XYZ5.935.8816.15-
YUV65.23154.39110-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 112 (44.14% from 255) = 50.68%
R=18.10%
G=31.22%
B=50.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40691120.640.3800.56215.8347.3729.8
Hex2845704026038d82f1e
Octal50105160100460703305736
Binary10100010001011110000100000010011001110001101100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284570; }

 p { color: rgb(40,69,112); }

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

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

 a { background-color: rgb(40,69,112); }

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

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

 span { border-color: rgb(40,69,112); }

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