#28769d

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

Shades of Lochmara #28769D

Tints of Lochmara #28769D

Color information

#28769D (or 0x28769D) is unknown color: approx Lochmara. HEX triplet: 28, 76 and 9D. RGB value is (40,118,157). Sum of RGB (Red+Green+Blue) = 40+118+157=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #28769D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28769D is #D78962. Grayscale: #626262. Windows color (decimal): -14125411 or 10319400. OLE color: 10319400.

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

Color convert

RGB40118157-
CMYK0.750.2500.38
HSL200º59.39%38.63%-
HSV(B)200º74.52%61.57%-
XYZ13.4415.8434.25-
YUV99.12160.6685.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.70%
GREEN value IS 118 (46.48% from 255) = 37.46%
BLUE value IS 157 (61.72% from 255) = 49.84%
R=12.70%
G=37.46%
B=49.84%

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
Decimal401181570.750.2500.3820059.3938.63
Hex28769D4B19026c83b27
Octal50166235113310463107347
Binary101000111011010011101100101111001010011011001000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28769d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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