#284572

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

Shades of Resolution Blue #284572

Tints of Resolution Blue #284572

Color information

#284572 (or 0x284572) is unknown color: approx Resolution Blue. HEX triplet: 28, 45 and 72. RGB value is (40,69,114). Sum of RGB (Red+Green+Blue) = 40+69+114=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #284572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284572 is #D7BA8D. Grayscale: #414141. Windows color (decimal): -14137998 or 7488808. OLE color: 7488808.

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

Color convert

RGB4069114-
CMYK0.650.3900.55
HSL216.49º48.05%30.2%-
HSV(B)216.49º64.91%44.71%-
XYZ6.045.9216.74-
YUV65.46155.39109.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.94%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 114 (44.92% from 255) = 51.12%
R=17.94%
G=30.94%
B=51.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40691140.650.3900.55216.4948.0530.2
Hex2845724127037d8301e
Octal50105162101470673306036
Binary10100010001011110010100000110011101101111101100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284572; }

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

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

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

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

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

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

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

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