#28367F

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

Shades of Resolution Blue #28367F

Tints of Resolution Blue #28367F

Color information

#28367F (or 0x28367F) is unknown color: approx Resolution Blue. HEX triplet: 28, 36 and 7F. RGB value is (40,54,127). Sum of RGB (Red+Green+Blue) = 40+54+127=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #28367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28367F is #D7C980. Grayscale: #393939. Windows color (decimal): -14141825 or 8336936. OLE color: 8336936.

HSL color Cylindrical-coordinate representation of color #28367F: hue angle of 230.34º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28367F is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4054127-
CMYK0.690.5700.50
HSL230.34º52.1%32.75%-
HSV(B)230.34º68.5%49.8%-
XYZ6.034.6220.65-
YUV58.14166.86115.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 127 (50% from 255) = 57.47%
R=18.10%
G=24.43%
B=57.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40541270.690.5700.50230.3452.132.75
Hex28367F4539032e63421
Octal5066177105710623466441
Binary10100011011011111111000101111001011001011100110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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