Html Css Color HEX #297295 Lochmara

📋 copy color: '#297295'

red 41 ◦ green 114 ◦ blue 149

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

Shades of Lochmara #297295

Tints of Lochmara #297295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.5%

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

R = 13.49%
G = 37.5%
B = 49.01%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#297295 (or 0x297295) is known color: Lochmara. HEX triplet: 29, 72 and 95. RGB value is (41,114,149). Sum of RGB (Red+Green+Blue) = 41+114+149=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #297295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297295 is #D68D6A. Grayscale: #5F5F5F. Windows color (decimal): -14060907 or 9794089. OLE color: 9794089.

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

Color convert

RGB 41 114 149 -
CMYK 0.72 0.23 0 0.42
HSL 199.44º 0.57% 0.37% -
HSV(B) 199.44º 0.72% 0.58% -
XYZ 12.36 14.68 30.62 -
YUV 96.16 157.82 88.65 -
System Red Green Blue C M Y K H S L
Decimal 41 114 149 0.72 0.23 0 0.42 199.44 0.57 0.37
Hex 29 72 95 48 17 0 2A C7 39 25
Octal 51 162 225 110 27 0 52 307 71 45
Binary 101001 1110010 10010101 1001000 10111 0 101010 11000111 111001 100101

Color Harmonies of #297295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297295

Black with #297295

Text Example


Text Example

White with #297295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297295; }

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

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

background-color css

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

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

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

border-color css

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

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

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