Html Css Color HEX #296896 Lochmara

📋 copy color: '#296896'

red 41 ◦ green 104 ◦ blue 150

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

Shades of Lochmara #296896

Tints of Lochmara #296896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.25%

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

R = 13.9%
G = 35.25%
B = 50.85%

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

#296896 (or 0x296896) is known color: Lochmara. HEX triplet: 29, 68 and 96. RGB value is (41,104,150). Sum of RGB (Red+Green+Blue) = 41+104+150=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #296896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296896 is #D69769. Grayscale: #5A5A5A. Windows color (decimal): -14063466 or 9857065. OLE color: 9857065.

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

Color convert

RGB 41 104 150 -
CMYK 0.73 0.31 0 0.41
HSL 205.32º 0.57% 0.37% -
HSV(B) 205.32º 0.73% 0.59% -
XYZ 11.37 12.57 30.68 -
YUV 90.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 41 104 150 0.73 0.31 0 0.41 205.32 0.57 0.37
Hex 29 68 96 49 1F 0 29 CD 39 25
Octal 51 150 226 111 37 0 51 315 71 45
Binary 101001 1101000 10010110 1001001 11111 0 101001 11001101 111001 100101

Color Harmonies of #296896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296896

Black with #296896

Text Example


Text Example

White with #296896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296896; }

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

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

background-color css

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

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

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

border-color css

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

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

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