Html Css Color HEX #297699 Lochmara

📋 copy color: '#297699'

red 41 ◦ green 118 ◦ blue 153

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

Shades of Lochmara #297699

Tints of Lochmara #297699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

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

R = 13.14%
G = 37.82%
B = 49.04%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#297699 (or 0x297699) is known color: Lochmara. HEX triplet: 29, 76 and 99. RGB value is (41,118,153). Sum of RGB (Red+Green+Blue) = 41+118+153=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #297699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297699 is #D68966. Grayscale: #626262. Windows color (decimal): -14059879 or 10057257. OLE color: 10057257.

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

Color convert

RGB 41 118 153 -
CMYK 0.73 0.23 0 0.4
HSL 198.75º 0.58% 0.38% -
HSV(B) 198.75º 0.73% 0.6% -
XYZ 13.14 15.73 32.48 -
YUV 98.97 158.49 86.65 -
System Red Green Blue C M Y K H S L
Decimal 41 118 153 0.73 0.23 0 0.4 198.75 0.58 0.38
Hex 29 76 99 49 17 0 28 C7 3A 26
Octal 51 166 231 111 27 0 50 307 72 46
Binary 101001 1110110 10011001 1001001 10111 0 101000 11000111 111010 100110

Color Harmonies of #297699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297699

Black with #297699

Text Example


Text Example

White with #297699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297699; }

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

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

background-color css

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

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

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

border-color css

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

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

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