#28436F

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

Shades of Resolution Blue #28436F

Tints of Resolution Blue #28436F

Color information

#28436F (or 0x28436F) is unknown color: approx Resolution Blue. HEX triplet: 28, 43 and 6F. RGB value is (40,67,111). Sum of RGB (Red+Green+Blue) = 40+67+111=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #28436F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28436F is #D7BC90. Grayscale: #3F3F3F. Windows color (decimal): -14138513 or 7291688. OLE color: 7291688.

HSL color Cylindrical-coordinate representation of color #28436F: hue angle of 217.18º 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 #28436F is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4067111-
CMYK0.640.4000.56
HSL217.18º47.02%29.61%-
HSV(B)217.18º63.96%43.53%-
XYZ5.755.6115.82-
YUV63.94154.55110.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 111 (43.75% from 255) = 50.92%
R=18.35%
G=30.73%
B=50.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40671110.640.4000.56217.1847.0229.61
Hex28436F4028038d92f1e
Octal50103157100500703315736
Binary10100010000111101111100000010100001110001101100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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