Html Css Color HEX #296597 Lochmara

📋 copy color: '#296597'

red 41 ◦ green 101 ◦ blue 151

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

Shades of Lochmara #296597

Tints of Lochmara #296597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.47%

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

R = 13.99%
G = 34.47%
B = 51.54%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#296597 (or 0x296597) is known color: Lochmara. HEX triplet: 29, 65 and 97. RGB value is (41,101,151). Sum of RGB (Red+Green+Blue) = 41+101+151=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #296597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296597 is #D69A68. Grayscale: #585858. Windows color (decimal): -14064233 or 9921833. OLE color: 9921833.

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

Color convert

RGB 41 101 151 -
CMYK 0.73 0.33 0 0.41
HSL 207.27º 0.57% 0.38% -
HSV(B) 207.27º 0.73% 0.59% -
XYZ 11.15 12.01 31.01 -
YUV 88.76 163.12 93.93 -
System Red Green Blue C M Y K H S L
Decimal 41 101 151 0.73 0.33 0 0.41 207.27 0.57 0.38
Hex 29 65 97 49 21 0 29 CF 39 26
Octal 51 145 227 111 41 0 51 317 71 46
Binary 101001 1100101 10010111 1001001 100001 0 101001 11001111 111001 100110

Color Harmonies of #296597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296597

Black with #296597

Text Example


Text Example

White with #296597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296597; }

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

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

background-color css

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

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

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

border-color css

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

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

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