#28669F

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

Shades of Lochmara #28669F

Tints of Lochmara #28669F

Color information

#28669F (or 0x28669F) is unknown color: approx Lochmara. HEX triplet: 28, 66 and 9F. RGB value is (40,102,159). Sum of RGB (Red+Green+Blue) = 40+102+159=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #28669F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28669F is #D79960. Grayscale: #595959. Windows color (decimal): -14129505 or 10446376. OLE color: 10446376.

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

Color convert

RGB40102159-
CMYK0.750.3600.38
HSL208.74º59.8%39.02%-
HSV(B)208.74º74.84%62.35%-
XYZ11.8812.4634.58-
YUV89.96166.9692.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 159 (62.5% from 255) = 52.82%
R=13.29%
G=33.89%
B=52.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401021590.750.3600.38208.7459.839.02
Hex28669F4B24026d13c27
Octal50146237113440463217447
Binary1010001100110100111111001011100100010011011010001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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