#28639f

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

Shades of Lochmara #28639F

Tints of Lochmara #28639F

Color information

#28639F (or 0x28639F) is unknown color: approx Lochmara. HEX triplet: 28, 63 and 9F. RGB value is (40,99,159). Sum of RGB (Red+Green+Blue) = 40+99+159=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #28639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28639F is #D79C60. Grayscale: #575757. Windows color (decimal): -14130273 or 10445608. OLE color: 10445608.

HSL color Cylindrical-coordinate representation of color #28639F: hue angle of 210.25º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28639F is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4099159-
CMYK0.750.3800.38
HSL210.25º59.8%39.02%-
HSV(B)210.25º74.84%62.35%-
XYZ11.5911.8834.48-
YUV88.2167.9593.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.42%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=13.42%
G=33.22%
B=53.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40991590.750.3800.38210.2559.839.02
Hex28639F4B26026d23c27
Octal50143237113460463227447
Binary1010001100011100111111001011100110010011011010010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28639f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28639f; }

 p { color: rgb(40,99,159); }

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

<style>
 a { background-color: #28639f; }

 a { background-color: rgb(40,99,159); }

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

<style>
 span { border-color: #28639f; }

 span { border-color: rgb(40,99,159); }

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