#28416E

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

Shades of Resolution Blue #28416E

Tints of Resolution Blue #28416E

Color information

#28416E (or 0x28416E) is unknown color: approx Resolution Blue. HEX triplet: 28, 41 and 6E. RGB value is (40,65,110). Sum of RGB (Red+Green+Blue) = 40+65+110=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #28416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28416E is #D7BE91. Grayscale: #3E3E3E. Windows color (decimal): -14139026 or 7225640. OLE color: 7225640.

HSL color Cylindrical-coordinate representation of color #28416E: hue angle of 218.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28416E is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4065110-
CMYK0.640.4100.57
HSL218.57º46.67%29.41%-
HSV(B)218.57º63.64%43.14%-
XYZ5.585.3615.49-
YUV62.66154.72111.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 110 (43.36% from 255) = 51.16%
R=18.60%
G=30.23%
B=51.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40651100.640.4100.57218.5746.6729.41
Hex28416E4029039db2f1d
Octal50101156100510713335735
Binary10100010000011101110100000010100101110011101101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28416E; }

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

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

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

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

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

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

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

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