#28437b

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

Shades of Resolution Blue #28437B

Tints of Resolution Blue #28437B

Color information

#28437B (or 0x28437B) is unknown color: approx Resolution Blue. HEX triplet: 28, 43 and 7B. RGB value is (40,67,123). Sum of RGB (Red+Green+Blue) = 40+67+123=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #28437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28437B is #D7BC84. Grayscale: #414141. Windows color (decimal): -14138501 or 8078120. OLE color: 8078120.

HSL color Cylindrical-coordinate representation of color #28437B: hue angle of 220.48º 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 #28437B is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4067123-
CMYK0.670.4600.52
HSL220.48º50.92%31.96%-
HSV(B)220.48º67.48%48.24%-
XYZ6.465.919.54-
YUV65.31160.55109.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 123 (48.44% from 255) = 53.48%
R=17.39%
G=29.13%
B=53.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40671230.670.4600.52220.4850.9231.96
Hex28437B432E034dc3320
Octal50103173103560643346340
Binary101000100001111110111000011101110011010011011100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28437b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28437b; }

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

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

<style>
 a { background-color: #28437b; }

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

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

<style>
 span { border-color: #28437b; }

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

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