Html Css Color HEX #296497 Lochmara

📋 copy color: '#296497'

red 41 ◦ green 100 ◦ blue 151

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

Shades of Lochmara #296497

Tints of Lochmara #296497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.25%

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

R = 14.04%
G = 34.25%
B = 51.71%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#296497 (or 0x296497) is known color: Lochmara. HEX triplet: 29, 64 and 97. RGB value is (41,100,151). Sum of RGB (Red+Green+Blue) = 41+100+151=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 151 (59.38% from 255 or 51.71% from 292); Max value from RGB is 151 - color contains mainly: blue. Hex color #296497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296497 is #D69B68. Grayscale: #575757. Windows color (decimal): -14064489 or 9921577. OLE color: 9921577.

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

Color convert

RGB 41 100 151 -
CMYK 0.73 0.34 0 0.41
HSL 207.82º 0.57% 0.38% -
HSV(B) 207.82º 0.73% 0.59% -
XYZ 11.06 11.82 30.98 -
YUV 88.17 163.45 94.35 -
System Red Green Blue C M Y K H S L
Decimal 41 100 151 0.73 0.34 0 0.41 207.82 0.57 0.38
Hex 29 64 97 49 22 0 29 D0 39 26
Octal 51 144 227 111 42 0 51 320 71 46
Binary 101001 1100100 10010111 1001001 100010 0 101001 11010000 111001 100110

Color Harmonies of #296497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296497

Black with #296497

Text Example


Text Example

White with #296497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296497; }

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

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

background-color css

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

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

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

border-color css

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

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

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