#28407B

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

Shades of Resolution Blue #28407B

Tints of Resolution Blue #28407B

Color information

#28407B (or 0x28407B) is unknown color: approx Resolution Blue. HEX triplet: 28, 40 and 7B. RGB value is (40,64,123). Sum of RGB (Red+Green+Blue) = 40+64+123=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #28407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28407B is #D7BF84. Grayscale: #3F3F3F. Windows color (decimal): -14139269 or 8077352. OLE color: 8077352.

HSL color Cylindrical-coordinate representation of color #28407B: hue angle of 222.65º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28407B is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4064123-
CMYK0.670.4800.52
HSL222.65º50.92%31.96%-
HSV(B)222.65º67.48%48.24%-
XYZ6.285.5519.48-
YUV63.55161.55111.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 123 (48.44% from 255) = 54.19%
R=17.62%
G=28.19%
B=54.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40641230.670.4800.52222.6550.9231.96
Hex28407B4330034df3320
Octal50100173103600643376340
Binary101000100000011110111000011110000011010011011111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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