#297398

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

Shades of Lochmara #297398

Tints of Lochmara #297398

Color information

#297398 (or 0x297398) is unknown color: approx Lochmara. HEX triplet: 29, 73 and 98. RGB value is (41,115,152). Sum of RGB (Red+Green+Blue) = 41+115+152=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #297398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297398 is #D68C67. Grayscale: #606060. Windows color (decimal): -14060648 or 9990953. OLE color: 9990953.

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

Color convert

RGB41115152-
CMYK0.730.2400.40
HSL200º57.51%37.84%-
HSV(B)200º73.03%59.61%-
XYZ12.711531.93-
YUV97.09158.9887.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 152 (59.77% from 255) = 49.35%
R=13.31%
G=37.34%
B=49.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411151520.730.2400.4020057.5137.84
Hex2973984918028c83a26
Octal51163230111300503107246
Binary101001111001110011000100100111000010100011001000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297398; }

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

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

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

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

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

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

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

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