Html Css Color HEX #296B96 Lochmara

📋 copy color: '#296B96'

red 41 ◦ green 107 ◦ blue 150

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

Shades of Lochmara #296B96

Tints of Lochmara #296B96

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.91%

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

R = 13.76%
G = 35.91%
B = 50.34%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#296B96 (or 0x296B96) is known color: Lochmara. HEX triplet: 29, 6B and 96. RGB value is (41,107,150). Sum of RGB (Red+Green+Blue) = 41+107+150=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #296B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296B96 is #D69469. Grayscale: #5B5B5B. Windows color (decimal): -14062698 or 9857833. OLE color: 9857833.

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

Color convert

RGB 41 107 150 -
CMYK 0.73 0.29 0 0.41
HSL 203.67º 0.57% 0.37% -
HSV(B) 203.67º 0.73% 0.59% -
XYZ 11.68 13.19 30.78 -
YUV 92.17 160.63 91.5 -
System Red Green Blue C M Y K H S L
Decimal 41 107 150 0.73 0.29 0 0.41 203.67 0.57 0.37
Hex 29 6B 96 49 1D 0 29 CC 39 25
Octal 51 153 226 111 35 0 51 314 71 45
Binary 101001 1101011 10010110 1001001 11101 0 101001 11001100 111001 100101

Color Harmonies of #296B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B96

Black with #296B96

Text Example


Text Example

White with #296B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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