#28387D

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

Shades of Resolution Blue #28387D

Tints of Resolution Blue #28387D

Color information

#28387D (or 0x28387D) is unknown color: approx Resolution Blue. HEX triplet: 28, 38 and 7D. RGB value is (40,56,125). Sum of RGB (Red+Green+Blue) = 40+56+125=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #28387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28387D is #D7C782. Grayscale: #3A3A3A. Windows color (decimal): -14141315 or 8206376. OLE color: 8206376.

HSL color Cylindrical-coordinate representation of color #28387D: hue angle of 228.71º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28387D is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4056125-
CMYK0.680.5500.51
HSL228.71º51.52%32.35%-
HSV(B)228.71º68%49.02%-
XYZ5.994.7620.01-
YUV59.08165.2114.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 125 (49.22% from 255) = 56.56%
R=18.10%
G=25.34%
B=56.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40561250.680.5500.51228.7151.5232.35
Hex28387D4437033e53420
Octal5070175104670633456440
Binary10100011100011111011000100110111011001111100101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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