#297898

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

Shades of Lochmara #297898

Tints of Lochmara #297898

Color information

#297898 (or 0x297898) is unknown color: approx Lochmara. HEX triplet: 29, 78 and 98. RGB value is (41,120,152). Sum of RGB (Red+Green+Blue) = 41+120+152=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #297898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297898 is #D68767. Grayscale: #636363. Windows color (decimal): -14059368 or 9992233. OLE color: 9992233.

HSL color Cylindrical-coordinate representation of color #297898: hue angle of 197.3º 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 #297898 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB41120152-
CMYK0.730.2100.40
HSL197.3º57.51%37.84%-
HSV(B)197.3º73.03%59.61%-
XYZ13.316.1732.13-
YUV100.03157.3385.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=13.10%
G=38.34%
B=48.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411201520.730.2100.40197.357.5137.84
Hex2978984915028c53a26
Octal51170230111250503057246
Binary101001111100010011000100100110101010100011000101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297898; }

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

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

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

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

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

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

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

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