#28397D

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

Shades of Resolution Blue #28397D

Tints of Resolution Blue #28397D

Color information

#28397D (or 0x28397D) is unknown color: approx Resolution Blue. HEX triplet: 28, 39 and 7D. RGB value is (40,57,125). Sum of RGB (Red+Green+Blue) = 40+57+125=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #28397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28397D is #D7C682. Grayscale: #3B3B3B. Windows color (decimal): -14141059 or 8206632. OLE color: 8206632.

HSL color Cylindrical-coordinate representation of color #28397D: hue angle of 228º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28397D is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4057125-
CMYK0.680.5400.51
HSL228º51.52%32.35%-
HSV(B)228º68%49.02%-
XYZ6.044.8620.02-
YUV59.67164.87113.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.02%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 125 (49.22% from 255) = 56.31%
R=18.02%
G=25.68%
B=56.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40571250.680.5400.5122851.5232.35
Hex28397D4436033e43420
Octal5071175104660633446440
Binary10100011100111111011000100110110011001111100100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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