Html Css Color HEX #297195 Lochmara

📋 copy color: '#297195'

red 41 ◦ green 113 ◦ blue 149

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

Shades of Lochmara #297195

Tints of Lochmara #297195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.17%

R = 13.53%
G = 37.29%
B = 49.17%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#297195 (or 0x297195) is known color: Lochmara. HEX triplet: 29, 71 and 95. RGB value is (41,113,149). Sum of RGB (Red+Green+Blue) = 41+113+149=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #297195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297195 is #D68E6A. Grayscale: #5F5F5F. Windows color (decimal): -14061163 or 9793833. OLE color: 9793833.

HSL color Cylindrical-coordinate representation of color #297195: hue angle of 200º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297195 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 113 149 -
CMYK 0.72 0.24 0 0.42
HSL 200º 0.57% 0.37% -
HSV(B) 200º 0.72% 0.58% -
XYZ 12.24 14.45 30.58 -
YUV 95.58 158.15 89.07 -
System Red Green Blue C M Y K H S L
Decimal 41 113 149 0.72 0.24 0 0.42 200 0.57 0.37
Hex 29 71 95 48 18 0 2A C8 39 25
Octal 51 161 225 110 30 0 52 310 71 45
Binary 101001 1110001 10010101 1001000 11000 0 101010 11001000 111001 100101

Color Harmonies of #297195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297195

Black with #297195

Text Example


Text Example

White with #297195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297195; }

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

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

background-color css

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

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

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

border-color css

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

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

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