#28407F

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

Shades of Resolution Blue #28407F

Tints of Resolution Blue #28407F

Color information

#28407F (or 0x28407F) is unknown color: approx Resolution Blue. HEX triplet: 28, 40 and 7F. RGB value is (40,64,127). Sum of RGB (Red+Green+Blue) = 40+64+127=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #28407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28407F is #D7BF80. Grayscale: #3F3F3F. Windows color (decimal): -14139265 or 8339496. OLE color: 8339496.

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

Color convert

RGB4064127-
CMYK0.690.5000.50
HSL223.45º52.1%32.75%-
HSV(B)223.45º68.5%49.8%-
XYZ6.545.6520.82-
YUV64.01163.55110.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.32%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 127 (50% from 255) = 54.98%
R=17.32%
G=27.71%
B=54.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40641270.690.5000.50223.4552.132.75
Hex28407F4532032df3421
Octal50100177105620623376441
Binary101000100000011111111000101110010011001011011111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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