Html Css Color HEX #296997 Lochmara

📋 copy color: '#296997'

red 41 ◦ green 105 ◦ blue 151

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

Shades of Lochmara #296997

Tints of Lochmara #296997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

 BLUE value IS 151 (59.38% from 255) = 50.84%

R = 13.8%
G = 35.35%
B = 50.84%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#296997 (or 0x296997) is known color: Lochmara. HEX triplet: 29, 69 and 97. RGB value is (41,105,151). Sum of RGB (Red+Green+Blue) = 41+105+151=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #296997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296997 is #D69668. Grayscale: #5A5A5A. Windows color (decimal): -14063209 or 9922857. OLE color: 9922857.

HSL color Cylindrical-coordinate representation of color #296997: hue angle of 205.09º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #296997 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 105 151 -
CMYK 0.73 0.30 0 0.41
HSL 205.09º 0.57% 0.38% -
HSV(B) 205.09º 0.73% 0.59% -
XYZ 11.55 12.81 31.14 -
YUV 91.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 41 105 151 0.73 0.30 0 0.41 205.09 0.57 0.38
Hex 29 69 97 49 1E 0 29 CD 39 26
Octal 51 151 227 111 36 0 51 315 71 46
Binary 101001 1101001 10010111 1001001 11110 0 101001 11001101 111001 100110

Color Harmonies of #296997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296997

Black with #296997

Text Example


Text Example

White with #296997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296997; }

 p { color: rgb(41,105,151); }

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

background-color css

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

 a { background-color: rgb(41,105,151); }

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

border-color css

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

 span { border-color: rgb(41,105,151); }

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