Html Css Color HEX #296B95 Lochmara

📋 copy color: '#296B95'

red 41 ◦ green 107 ◦ blue 149

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

Shades of Lochmara #296B95

Tints of Lochmara #296B95

RGB

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

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

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

R = 13.8%
G = 36.03%
B = 50.17%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#296B95 (or 0x296B95) is known color: Lochmara. HEX triplet: 29, 6B and 95. RGB value is (41,107,149). Sum of RGB (Red+Green+Blue) = 41+107+149=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #296B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296B95 is #D6946A. Grayscale: #5B5B5B. Windows color (decimal): -14062699 or 9792297. OLE color: 9792297.

HSL color Cylindrical-coordinate representation of color #296B95: hue angle of 203.33º 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 #296B95 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 107 149 -
CMYK 0.72 0.28 0 0.42
HSL 203.33º 0.57% 0.37% -
HSV(B) 203.33º 0.72% 0.58% -
XYZ 11.6 13.16 30.36 -
YUV 92.05 160.13 91.58 -
System Red Green Blue C M Y K H S L
Decimal 41 107 149 0.72 0.28 0 0.42 203.33 0.57 0.37
Hex 29 6B 95 48 1C 0 2A CB 39 25
Octal 51 153 225 110 34 0 52 313 71 45
Binary 101001 1101011 10010101 1001000 11100 0 101010 11001011 111001 100101

Color Harmonies of #296B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B95

Black with #296B95

Text Example


Text Example

White with #296B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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