#28378D

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

Shades of Resolution Blue #28378D

Tints of Resolution Blue #28378D

Color information

#28378D (or 0x28378D) is unknown color: approx Resolution Blue. HEX triplet: 28, 37 and 8D. RGB value is (40,55,141). Sum of RGB (Red+Green+Blue) = 40+55+141=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #28378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28378D is #D7C872. Grayscale: #3B3B3B. Windows color (decimal): -14141555 or 9254696. OLE color: 9254696.

HSL color Cylindrical-coordinate representation of color #28378D: hue angle of 231.09º 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 #28378D is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4055141-
CMYK0.720.6100.45
HSL231.09º55.8%35.49%-
HSV(B)231.09º71.63%55.29%-
XYZ7.055.1125.81-
YUV60.32173.53113.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.95%
GREEN value IS 55 (21.88% from 255) = 23.31%
BLUE value IS 141 (55.47% from 255) = 59.75%
R=16.95%
G=23.31%
B=59.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40551410.720.6100.45231.0955.835.49
Hex28378D483D02De73823
Octal5067215110750553477043
Binary101000110111100011011001000111101010110111100111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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