Html Css Color HEX #297095 Lochmara

📋 copy color: '#297095'

red 41 ◦ green 112 ◦ blue 149

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

Shades of Lochmara #297095

Tints of Lochmara #297095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.09%

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

R = 13.58%
G = 37.09%
B = 49.34%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#297095 (or 0x297095) is known color: Lochmara. HEX triplet: 29, 70 and 95. RGB value is (41,112,149). Sum of RGB (Red+Green+Blue) = 41+112+149=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #297095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297095 is #D68F6A. Grayscale: #5E5E5E. Windows color (decimal): -14061419 or 9793577. OLE color: 9793577.

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

Color convert

RGB 41 112 149 -
CMYK 0.72 0.25 0 0.42
HSL 200.56º 0.57% 0.37% -
HSV(B) 200.56º 0.72% 0.58% -
XYZ 12.13 14.23 30.54 -
YUV 94.99 158.48 89.49 -
System Red Green Blue C M Y K H S L
Decimal 41 112 149 0.72 0.25 0 0.42 200.56 0.57 0.37
Hex 29 70 95 48 19 0 2A C9 39 25
Octal 51 160 225 110 31 0 52 311 71 45
Binary 101001 1110000 10010101 1001000 11001 0 101010 11001001 111001 100101

Color Harmonies of #297095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297095

Black with #297095

Text Example


Text Example

White with #297095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297095; }

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

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

background-color css

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

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

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

border-color css

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

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

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