Html Css Color HEX #297199 Lochmara

📋 copy color: '#297199'

red 41 ◦ green 113 ◦ blue 153

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

Shades of Lochmara #297199

Tints of Lochmara #297199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

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

R = 13.36%
G = 36.81%
B = 49.84%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#297199 (or 0x297199) is known color: Lochmara. HEX triplet: 29, 71 and 99. RGB value is (41,113,153). Sum of RGB (Red+Green+Blue) = 41+113+153=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #297199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297199 is #D68E66. Grayscale: #5F5F5F. Windows color (decimal): -14061159 or 10055977. OLE color: 10055977.

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

Color convert

RGB 41 113 153 -
CMYK 0.73 0.26 0 0.4
HSL 201.43º 0.58% 0.38% -
HSV(B) 201.43º 0.73% 0.6% -
XYZ 12.57 14.58 32.29 -
YUV 96.03 160.15 88.75 -
System Red Green Blue C M Y K H S L
Decimal 41 113 153 0.73 0.26 0 0.4 201.43 0.58 0.38
Hex 29 71 99 49 1A 0 28 C9 3A 26
Octal 51 161 231 111 32 0 50 311 72 46
Binary 101001 1110001 10011001 1001001 11010 0 101000 11001001 111010 100110

Color Harmonies of #297199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297199

Black with #297199

Text Example


Text Example

White with #297199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297199; }

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

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

background-color css

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

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

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

border-color css

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

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

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