#28386B

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

Shades of Resolution Blue #28386B

Tints of Resolution Blue #28386B

Color information

#28386B (or 0x28386B) is unknown color: approx Resolution Blue. HEX triplet: 28, 38 and 6B. RGB value is (40,56,107). Sum of RGB (Red+Green+Blue) = 40+56+107=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #28386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28386B is #D7C794. Grayscale: #383838. Windows color (decimal): -14141333 or 7026728. OLE color: 7026728.

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

Color convert

RGB4056107-
CMYK0.630.4800.58
HSL225.67º45.58%28.82%-
HSV(B)225.67º62.62%41.96%-
XYZ4.944.3414.49-
YUV57.03156.2115.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 107 (42.19% from 255) = 52.71%
R=19.70%
G=27.59%
B=52.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40561070.630.4800.58225.6745.5828.82
Hex28386B3F3003Ae22e1d
Octal507015377600723425635
Binary101000111000110101111111111000001110101110001010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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