#296898

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

Shades of Lochmara #296898

Tints of Lochmara #296898

Color information

#296898 (or 0x296898) is unknown color: approx Lochmara. HEX triplet: 29, 68 and 98. RGB value is (41,104,152). Sum of RGB (Red+Green+Blue) = 41+104+152=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #296898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296898 is #D69767. Grayscale: #5A5A5A. Windows color (decimal): -14063464 or 9988137. OLE color: 9988137.

HSL color Cylindrical-coordinate representation of color #296898: hue angle of 205.95º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #296898 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB41104152-
CMYK0.730.3200.40
HSL205.95º57.51%37.84%-
HSV(B)205.95º73.03%59.61%-
XYZ11.5312.6431.54-
YUV90.64162.6392.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.80%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 152 (59.77% from 255) = 51.18%
R=13.80%
G=35.02%
B=51.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411041520.730.3200.40205.9557.5137.84
Hex2968984920028ce3a26
Octal51150230111400503167246
Binary1010011101000100110001001001100000010100011001110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296898; }

 p { color: rgb(41,104,152); }

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

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

 a { background-color: rgb(41,104,152); }

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

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

 span { border-color: rgb(41,104,152); }

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