#28769E

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

Shades of Lochmara #28769E

Tints of Lochmara #28769E

Color information

#28769E (or 0x28769E) is unknown color: approx Lochmara. HEX triplet: 28, 76 and 9E. RGB value is (40,118,158). Sum of RGB (Red+Green+Blue) = 40+118+158=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #28769E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28769E is #D78961. Grayscale: #626262. Windows color (decimal): -14125410 or 10384936. OLE color: 10384936.

HSL color Cylindrical-coordinate representation of color #28769E: hue angle of 200.34º 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 #28769E is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB40118158-
CMYK0.750.2500.38
HSL200.34º59.6%38.82%-
HSV(B)200.34º74.68%61.96%-
XYZ13.5315.8834.7-
YUV99.24161.1685.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.66%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 158 (62.11% from 255) = 50%
R=12.66%
G=37.34%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401181580.750.2500.38200.3459.638.82
Hex28769E4B19026c83c27
Octal50166236113310463107447
Binary101000111011010011110100101111001010011011001000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,118,158); }

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

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

 a { background-color: rgb(40,118,158); }

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

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

 span { border-color: rgb(40,118,158); }

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