Html Css Color HEX #297799 Lochmara

📋 copy color: '#297799'

red 41 ◦ green 119 ◦ blue 153

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

Shades of Lochmara #297799

Tints of Lochmara #297799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.02%

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

R = 13.1%
G = 38.02%
B = 48.88%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#297799 (or 0x297799) is known color: Lochmara. HEX triplet: 29, 77 and 99. RGB value is (41,119,153). Sum of RGB (Red+Green+Blue) = 41+119+153=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #297799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297799 is #D68866. Grayscale: #636363. Windows color (decimal): -14059623 or 10057513. OLE color: 10057513.

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

Color convert

RGB 41 119 153 -
CMYK 0.73 0.22 0 0.4
HSL 198.21º 0.58% 0.38% -
HSV(B) 198.21º 0.73% 0.6% -
XYZ 13.26 15.96 32.52 -
YUV 99.55 158.16 86.24 -
System Red Green Blue C M Y K H S L
Decimal 41 119 153 0.73 0.22 0 0.4 198.21 0.58 0.38
Hex 29 77 99 49 16 0 28 C6 3A 26
Octal 51 167 231 111 26 0 50 306 72 46
Binary 101001 1110111 10011001 1001001 10110 0 101000 11000110 111010 100110

Color Harmonies of #297799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297799

Black with #297799

Text Example


Text Example

White with #297799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297799; }

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

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

background-color css

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

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

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

border-color css

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

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

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