Html Css Color HEX #297999 Lochmara

📋 copy color: '#297999'

red 41 ◦ green 121 ◦ blue 153

#297999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #297999

Tints of Lochmara #297999

RGB

 RED value IS 41 (16.41% from 255) = 13.02%

 GREEN value IS 121 (47.66% from 255) = 38.41%

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 13.02%
G = 38.41%
B = 48.57%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#297999 (or 0x297999) is known color: Lochmara. HEX triplet: 29, 79 and 99. RGB value is (41,121,153). Sum of RGB (Red+Green+Blue) = 41+121+153=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #297999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297999 is #D68666. Grayscale: #646464. Windows color (decimal): -14059111 or 10058025. OLE color: 10058025.

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

Color convert

RGB 41 121 153 -
CMYK 0.73 0.21 0 0.4
HSL 197.14º 0.58% 0.38% -
HSV(B) 197.14º 0.73% 0.6% -
XYZ 13.5 16.45 32.6 -
YUV 100.73 157.5 85.4 -
System Red Green Blue C M Y K H S L
Decimal 41 121 153 0.73 0.21 0 0.4 197.14 0.58 0.38
Hex 29 79 99 49 15 0 28 C5 3A 26
Octal 51 171 231 111 25 0 50 305 72 46
Binary 101001 1111001 10011001 1001001 10101 0 101000 11000101 111010 100110

Color Harmonies of #297999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297999

Black with #297999

Text Example


Text Example

White with #297999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297999; }

 p { color: rgb(41,121,153); }

 H1.HeaderClassName
 {
   color: #297999;
 }
 .AnyTagClassName
 {
   color: #297999;
 }
</style>

background-color css

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

 a { background-color: rgb(41,121,153); }

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

border-color css

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

 span { border-color: rgb(41,121,153); }

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