#28396B

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

Shades of Resolution Blue #28396B

Tints of Resolution Blue #28396B

Color information

#28396B (or 0x28396B) is unknown color: approx Resolution Blue. HEX triplet: 28, 39 and 6B. RGB value is (40,57,107). Sum of RGB (Red+Green+Blue) = 40+57+107=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #28396B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28396B is #D7C694. Grayscale: #393939. Windows color (decimal): -14141077 or 7026984. OLE color: 7026984.

HSL color Cylindrical-coordinate representation of color #28396B: hue angle of 224.78º 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 #28396B is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4057107-
CMYK0.630.4700.58
HSL224.78º45.58%28.82%-
HSV(B)224.78º62.62%41.96%-
XYZ4.994.4414.5-
YUV57.62155.87115.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 107 (42.19% from 255) = 52.45%
R=19.61%
G=27.94%
B=52.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40571070.630.4700.58224.7845.5828.82
Hex28396B3F2F03Ae12e1d
Octal507115377570723415635
Binary101000111001110101111111110111101110101110000110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28396B; }

 p { color: rgb(40,57,107); }

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

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

 a { background-color: rgb(40,57,107); }

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

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

 span { border-color: rgb(40,57,107); }

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