#28377F

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

Shades of Resolution Blue #28377F

Tints of Resolution Blue #28377F

Color information

#28377F (or 0x28377F) is unknown color: approx Resolution Blue. HEX triplet: 28, 37 and 7F. RGB value is (40,55,127). Sum of RGB (Red+Green+Blue) = 40+55+127=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #28377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28377F is #D7C880. Grayscale: #3A3A3A. Windows color (decimal): -14141569 or 8337192. OLE color: 8337192.

HSL color Cylindrical-coordinate representation of color #28377F: hue angle of 229.66º 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 #28377F is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4055127-
CMYK0.690.5700.50
HSL229.66º52.1%32.75%-
HSV(B)229.66º68.5%49.8%-
XYZ6.074.7220.67-
YUV58.72166.53114.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.02%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 127 (50% from 255) = 57.21%
R=18.02%
G=24.77%
B=57.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40551270.690.5700.50229.6652.132.75
Hex28377F4539032e63421
Octal5067177105710623466441
Binary10100011011111111111000101111001011001011100110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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