#28388D

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

Shades of Resolution Blue #28388D

Tints of Resolution Blue #28388D

Color information

#28388D (or 0x28388D) is unknown color: approx Resolution Blue. HEX triplet: 28, 38 and 8D. RGB value is (40,56,141). Sum of RGB (Red+Green+Blue) = 40+56+141=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #28388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28388D is #D7C772. Grayscale: #3C3C3C. Windows color (decimal): -14141299 or 9254952. OLE color: 9254952.

HSL color Cylindrical-coordinate representation of color #28388D: hue angle of 230.5º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28388D is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4056141-
CMYK0.720.6000.45
HSL230.5º55.8%35.49%-
HSV(B)230.5º71.63%55.29%-
XYZ7.15.225.83-
YUV60.91173.2113.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 141 (55.47% from 255) = 59.49%
R=16.88%
G=23.63%
B=59.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40561410.720.6000.45230.555.835.49
Hex28388D483C02De63823
Octal5070215110740553467043
Binary101000111000100011011001000111100010110111100110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,56,141); }

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

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

 a { background-color: rgb(40,56,141); }

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

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

 span { border-color: rgb(40,56,141); }

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