#28368E

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

Shades of Resolution Blue #28368E

Tints of Resolution Blue #28368E

Color information

#28368E (or 0x28368E) is unknown color: approx Resolution Blue. HEX triplet: 28, 36 and 8E. RGB value is (40,54,142). Sum of RGB (Red+Green+Blue) = 40+54+142=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #28368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28368E is #D7C971. Grayscale: #3B3B3B. Windows color (decimal): -14141810 or 9319976. OLE color: 9319976.

HSL color Cylindrical-coordinate representation of color #28368E: hue angle of 231.76º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28368E is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4054142-
CMYK0.720.6200.44
HSL231.76º56.04%35.69%-
HSV(B)231.76º71.83%55.69%-
XYZ7.085.0426.19-
YUV59.85174.36113.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.95%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 142 (55.86% from 255) = 60.17%
R=16.95%
G=22.88%
B=60.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40541420.720.6200.44231.7656.0435.69
Hex28368E483E02Ce83824
Octal5066216110760543507044
Binary101000110110100011101001000111110010110011101000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,54,142); }

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

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

 a { background-color: rgb(40,54,142); }

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

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

 span { border-color: rgb(40,54,142); }

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