#28366D

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

Shades of Resolution Blue #28366D

Tints of Resolution Blue #28366D

Color information

#28366D (or 0x28366D) is unknown color: approx Resolution Blue. HEX triplet: 28, 36 and 6D. RGB value is (40,54,109). Sum of RGB (Red+Green+Blue) = 40+54+109=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #28366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28366D is #D7C992. Grayscale: #373737. Windows color (decimal): -14141843 or 7157288. OLE color: 7157288.

HSL color Cylindrical-coordinate representation of color #28366D: hue angle of 227.83º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28366D is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4054109-
CMYK0.630.5000.57
HSL227.83º46.31%29.22%-
HSV(B)227.83º63.3%42.75%-
XYZ4.954.1915.02-
YUV56.08157.86116.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 109 (42.97% from 255) = 53.69%
R=19.70%
G=26.60%
B=53.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40541090.630.5000.57227.8346.3129.22
Hex28366D3F32039e42e1d
Octal506615577620713445635
Binary101000110110110110111111111001001110011110010010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28366D; }

 p { color: rgb(40,54,109); }

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

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

 a { background-color: rgb(40,54,109); }

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

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

 span { border-color: rgb(40,54,109); }

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