Html Css Color HEX #296995 Lochmara

📋 copy color: '#296995'

red 41 ◦ green 105 ◦ blue 149

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

Shades of Lochmara #296995

Tints of Lochmara #296995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.59%

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

R = 13.9%
G = 35.59%
B = 50.51%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#296995 (or 0x296995) is known color: Lochmara. HEX triplet: 29, 69 and 95. RGB value is (41,105,149). Sum of RGB (Red+Green+Blue) = 41+105+149=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #296995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296995 is #D6966A. Grayscale: #5A5A5A. Windows color (decimal): -14063211 or 9791785. OLE color: 9791785.

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

Color convert

RGB 41 105 149 -
CMYK 0.72 0.30 0 0.42
HSL 204.44º 0.57% 0.37% -
HSV(B) 204.44º 0.72% 0.58% -
XYZ 11.39 12.74 30.29 -
YUV 90.88 160.8 92.42 -
System Red Green Blue C M Y K H S L
Decimal 41 105 149 0.72 0.30 0 0.42 204.44 0.57 0.37
Hex 29 69 95 48 1E 0 2A CC 39 25
Octal 51 151 225 110 36 0 52 314 71 45
Binary 101001 1101001 10010101 1001000 11110 0 101010 11001100 111001 100101

Color Harmonies of #296995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296995

Black with #296995

Text Example


Text Example

White with #296995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296995; }

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

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

background-color css

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

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

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

border-color css

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

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

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