#28356E

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

Shades of Resolution Blue #28356E

Tints of Resolution Blue #28356E

Color information

#28356E (or 0x28356E) is unknown color: approx Resolution Blue. HEX triplet: 28, 35 and 6E. RGB value is (40,53,110). Sum of RGB (Red+Green+Blue) = 40+53+110=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #28356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28356E is #D7CA91. Grayscale: #373737. Windows color (decimal): -14142098 or 7222568. OLE color: 7222568.

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

Color convert

RGB4053110-
CMYK0.640.5200.57
HSL228.86º46.67%29.41%-
HSV(B)228.86º63.64%43.14%-
XYZ4.964.1215.29-
YUV55.61158.69116.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 110 (43.36% from 255) = 54.19%
R=19.70%
G=26.11%
B=54.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40531100.640.5200.57228.8646.6729.41
Hex28356E4034039e52f1d
Octal5065156100640713455735
Binary1010001101011101110100000011010001110011110010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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