#28356F

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

Shades of Resolution Blue #28356F

Tints of Resolution Blue #28356F

Color information

#28356F (or 0x28356F) is unknown color: approx Resolution Blue. HEX triplet: 28, 35 and 6F. RGB value is (40,53,111). Sum of RGB (Red+Green+Blue) = 40+53+111=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #28356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28356F is #D7CA90. Grayscale: #373737. Windows color (decimal): -14142097 or 7288104. OLE color: 7288104.

HSL color Cylindrical-coordinate representation of color #28356F: hue angle of 229.01º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28356F is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4053111-
CMYK0.640.5200.56
HSL229.01º47.02%29.61%-
HSV(B)229.01º63.96%43.53%-
XYZ5.024.1515.57-
YUV55.72159.19116.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 111 (43.75% from 255) = 54.41%
R=19.61%
G=25.98%
B=54.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40531110.640.5200.56229.0147.0229.61
Hex28356F4034038e52f1e
Octal5065157100640703455736
Binary1010001101011101111100000011010001110001110010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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