#28387F

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

Shades of Resolution Blue #28387F

Tints of Resolution Blue #28387F

Color information

#28387F (or 0x28387F) is unknown color: approx Resolution Blue. HEX triplet: 28, 38 and 7F. RGB value is (40,56,127). Sum of RGB (Red+Green+Blue) = 40+56+127=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #28387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28387F is #D7C780. Grayscale: #3B3B3B. Windows color (decimal): -14141313 or 8337448. OLE color: 8337448.

HSL color Cylindrical-coordinate representation of color #28387F: hue angle of 228.97º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28387F is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4056127-
CMYK0.690.5600.50
HSL228.97º52.1%32.75%-
HSV(B)228.97º68.5%49.8%-
XYZ6.124.8120.68-
YUV59.31166.2114.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.94%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 127 (50% from 255) = 56.95%
R=17.94%
G=25.11%
B=56.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40561270.690.5600.50228.9752.132.75
Hex28387F4538032e53421
Octal5070177105700623456441
Binary10100011100011111111000101111000011001011100101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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