#284072

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

Shades of Resolution Blue #284072

Tints of Resolution Blue #284072

Color information

#284072 (or 0x284072) is unknown color: approx Resolution Blue. HEX triplet: 28, 40 and 72. RGB value is (40,64,114). Sum of RGB (Red+Green+Blue) = 40+64+114=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #284072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284072 is #D7BF8D. Grayscale: #3E3E3E. Windows color (decimal): -14139278 or 7487528. OLE color: 7487528.

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

Color convert

RGB4064114-
CMYK0.650.4400.55
HSL220.54º48.05%30.2%-
HSV(B)220.54º64.91%44.71%-
XYZ5.755.3316.65-
YUV62.52157.05111.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=18.35%
G=29.36%
B=52.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40641140.650.4400.55220.5448.0530.2
Hex284072412C037dd301e
Octal50100162101540673356036
Binary10100010000001110010100000110110001101111101110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284072; }

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

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

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

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

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

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

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

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