Html Css Color HEX #296796 Lochmara

📋 copy color: '#296796'

red 41 ◦ green 103 ◦ blue 150

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

Shades of Lochmara #296796

Tints of Lochmara #296796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.03%

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

R = 13.95%
G = 35.03%
B = 51.02%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#296796 (or 0x296796) is known color: Lochmara. HEX triplet: 29, 67 and 96. RGB value is (41,103,150). Sum of RGB (Red+Green+Blue) = 41+103+150=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #296796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296796 is #D69869. Grayscale: #595959. Windows color (decimal): -14063722 or 9856809. OLE color: 9856809.

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

Color convert

RGB 41 103 150 -
CMYK 0.73 0.31 0 0.41
HSL 205.87º 0.57% 0.37% -
HSV(B) 205.87º 0.73% 0.59% -
XYZ 11.27 12.37 30.65 -
YUV 89.82 161.96 93.18 -
System Red Green Blue C M Y K H S L
Decimal 41 103 150 0.73 0.31 0 0.41 205.87 0.57 0.37
Hex 29 67 96 49 1F 0 29 CE 39 25
Octal 51 147 226 111 37 0 51 316 71 45
Binary 101001 1100111 10010110 1001001 11111 0 101001 11001110 111001 100101

Color Harmonies of #296796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296796

Black with #296796

Text Example


Text Example

White with #296796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296796; }

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

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

background-color css

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

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

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

border-color css

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

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

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