#28397A

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

Shades of Resolution Blue #28397A

Tints of Resolution Blue #28397A

Color information

#28397A (or 0x28397A) is unknown color: approx Resolution Blue. HEX triplet: 28, 39 and 7A. RGB value is (40,57,122). Sum of RGB (Red+Green+Blue) = 40+57+122=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #28397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28397A is #D7C685. Grayscale: #3B3B3B. Windows color (decimal): -14141062 or 8010024. OLE color: 8010024.

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

Color convert

RGB4057122-
CMYK0.670.5300.52
HSL227.56º50.62%31.76%-
HSV(B)227.56º67.21%47.84%-
XYZ5.854.7819.03-
YUV59.33163.37114.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.26%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=18.26%
G=26.03%
B=55.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40571220.670.5300.52227.5650.6231.76
Hex28397A4335034e43320
Octal5071172103650643446340
Binary10100011100111110101000011110101011010011100100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28397A; }

 p { color: rgb(40,57,122); }

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

<style>
 a { background-color: #28397A; }

 a { background-color: rgb(40,57,122); }

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

<style>
 span { border-color: #28397A; }

 span { border-color: rgb(40,57,122); }

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