#284172

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

Shades of Resolution Blue #284172

Tints of Resolution Blue #284172

Color information

#284172 (or 0x284172) is unknown color: approx Resolution Blue. HEX triplet: 28, 41 and 72. RGB value is (40,65,114). Sum of RGB (Red+Green+Blue) = 40+65+114=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #284172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284172 is #D7BE8D. Grayscale: #3E3E3E. Windows color (decimal): -14139022 or 7487784. OLE color: 7487784.

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

Color convert

RGB4065114-
CMYK0.650.4300.55
HSL219.73º48.05%30.2%-
HSV(B)219.73º64.91%44.71%-
XYZ5.85.4516.67-
YUV63.11156.72111.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.26%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=18.26%
G=29.68%
B=52.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40651140.650.4300.55219.7348.0530.2
Hex284172412B037dc301e
Octal50101162101530673346036
Binary10100010000011110010100000110101101101111101110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284172; }

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

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

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

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

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

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

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

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