#28357F

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

Shades of Resolution Blue #28357F

Tints of Resolution Blue #28357F

Color information

#28357F (or 0x28357F) is unknown color: approx Resolution Blue. HEX triplet: 28, 35 and 7F. RGB value is (40,53,127). Sum of RGB (Red+Green+Blue) = 40+53+127=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #28357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28357F is #D7CA80. Grayscale: #393939. Windows color (decimal): -14142081 or 8336680. OLE color: 8336680.

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

Color convert

RGB4053127-
CMYK0.690.5800.50
HSL231.03º52.1%32.75%-
HSV(B)231.03º68.5%49.8%-
XYZ5.984.5320.64-
YUV57.55167.19115.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 127 (50% from 255) = 57.73%
R=18.18%
G=24.09%
B=57.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40531270.690.5800.50231.0352.132.75
Hex28357F453A032e73421
Octal5065177105720623476441
Binary10100011010111111111000101111010011001011100111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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