#28406C

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

Shades of Resolution Blue #28406C

Tints of Resolution Blue #28406C

Color information

#28406C (or 0x28406C) is unknown color: approx Resolution Blue. HEX triplet: 28, 40 and 6C. RGB value is (40,64,108). Sum of RGB (Red+Green+Blue) = 40+64+108=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #28406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28406C is #D7BF93. Grayscale: #3D3D3D. Windows color (decimal): -14139284 or 7094312. OLE color: 7094312.

HSL color Cylindrical-coordinate representation of color #28406C: hue angle of 218.82º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28406C is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4064108-
CMYK0.630.4100.58
HSL218.82º45.95%29.02%-
HSV(B)218.82º62.96%42.35%-
XYZ5.425.214.91-
YUV61.84154.05112.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 108 (42.58% from 255) = 50.94%
R=18.87%
G=30.19%
B=50.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40641080.630.4100.58218.8245.9529.02
Hex28406C3F2903Adb2e1d
Octal5010015477510723335635
Binary1010001000000110110011111110100101110101101101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28406C; }

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

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

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

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

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

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

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

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