#28396F

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

Shades of Resolution Blue #28396F

Tints of Resolution Blue #28396F

Color information

#28396F (or 0x28396F) is unknown color: approx Resolution Blue. HEX triplet: 28, 39 and 6F. RGB value is (40,57,111). Sum of RGB (Red+Green+Blue) = 40+57+111=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #28396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28396F is #D7C690. Grayscale: #393939. Windows color (decimal): -14141073 or 7289128. OLE color: 7289128.

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

Color convert

RGB4057111-
CMYK0.640.4900.56
HSL225.63º47.02%29.61%-
HSV(B)225.63º63.96%43.53%-
XYZ5.214.5315.64-
YUV58.07157.87115.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.23%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 111 (43.75% from 255) = 53.37%
R=19.23%
G=27.40%
B=53.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40571110.640.4900.56225.6347.0229.61
Hex28396F4031038e22f1e
Octal5071157100610703425736
Binary1010001110011101111100000011000101110001110001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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