Html Css Color HEX #296696 Lochmara

📋 copy color: '#296696'

red 41 ◦ green 102 ◦ blue 150

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

Shades of Lochmara #296696

Tints of Lochmara #296696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.81%

 BLUE value IS 150 (58.98% from 255) = 51.19%

R = 13.99%
G = 34.81%
B = 51.19%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#296696 (or 0x296696) is known color: Lochmara. HEX triplet: 29, 66 and 96. RGB value is (41,102,150). Sum of RGB (Red+Green+Blue) = 41+102+150=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #296696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296696 is #D69969. Grayscale: #585858. Windows color (decimal): -14063978 or 9856553. OLE color: 9856553.

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

Color convert

RGB 41 102 150 -
CMYK 0.73 0.32 0 0.41
HSL 206.42º 0.57% 0.37% -
HSV(B) 206.42º 0.73% 0.59% -
XYZ 11.17 12.18 30.62 -
YUV 89.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 41 102 150 0.73 0.32 0 0.41 206.42 0.57 0.37
Hex 29 66 96 49 20 0 29 CE 39 25
Octal 51 146 226 111 40 0 51 316 71 45
Binary 101001 1100110 10010110 1001001 100000 0 101001 11001110 111001 100101

Color Harmonies of #296696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296696

Black with #296696

Text Example


Text Example

White with #296696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296696; }

 p { color: rgb(41,102,150); }

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

background-color css

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

 a { background-color: rgb(41,102,150); }

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

border-color css

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

 span { border-color: rgb(41,102,150); }

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