#28406F

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

Shades of Resolution Blue #28406F

Tints of Resolution Blue #28406F

Color information

#28406F (or 0x28406F) is unknown color: approx Resolution Blue. HEX triplet: 28, 40 and 6F. RGB value is (40,64,111). Sum of RGB (Red+Green+Blue) = 40+64+111=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #28406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28406F is #D7BF90. Grayscale: #3D3D3D. Windows color (decimal): -14139281 or 7290920. OLE color: 7290920.

HSL color Cylindrical-coordinate representation of color #28406F: hue angle of 219.72º 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 #28406F is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4064111-
CMYK0.640.4200.56
HSL219.72º47.02%29.61%-
HSV(B)219.72º63.96%43.53%-
XYZ5.585.2715.76-
YUV62.18155.55112.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=18.60%
G=29.77%
B=51.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40641110.640.4200.56219.7247.0229.61
Hex28406F402A038dc2f1e
Octal50100157100520703345736
Binary10100010000001101111100000010101001110001101110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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