Html Css Color HEX #296F95 Lochmara

📋 copy color: '#296F95'

red 41 ◦ green 111 ◦ blue 149

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

Shades of Lochmara #296F95

Tints of Lochmara #296F95

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.88%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 13.62%
G = 36.88%
B = 49.5%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#296F95 (or 0x296F95) is known color: Lochmara. HEX triplet: 29, 6F and 95. RGB value is (41,111,149). Sum of RGB (Red+Green+Blue) = 41+111+149=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #296F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296F95 is #D6906A. Grayscale: #5E5E5E. Windows color (decimal): -14061675 or 9793321. OLE color: 9793321.

HSL color Cylindrical-coordinate representation of color #296F95: hue angle of 201.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296F95 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 111 149 -
CMYK 0.72 0.26 0 0.42
HSL 201.11º 0.57% 0.37% -
HSV(B) 201.11º 0.72% 0.58% -
XYZ 12.02 14.01 30.5 -
YUV 94.4 158.81 89.91 -
System Red Green Blue C M Y K H S L
Decimal 41 111 149 0.72 0.26 0 0.42 201.11 0.57 0.37
Hex 29 6F 95 48 1A 0 2A C9 39 25
Octal 51 157 225 110 32 0 52 311 71 45
Binary 101001 1101111 10010101 1001000 11010 0 101010 11001001 111001 100101

Color Harmonies of #296F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F95

Black with #296F95

Text Example


Text Example

White with #296F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,111,149); }

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

background-color css

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

 a { background-color: rgb(41,111,149); }

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

border-color css

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

 span { border-color: rgb(41,111,149); }

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