Html Css Color HEX #296999 Lochmara

📋 copy color: '#296999'

red 41 ◦ green 105 ◦ blue 153

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

Shades of Lochmara #296999

Tints of Lochmara #296999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.17%

R = 13.71%
G = 35.12%
B = 51.17%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#296999 (or 0x296999) is known color: Lochmara. HEX triplet: 29, 69 and 99. RGB value is (41,105,153). Sum of RGB (Red+Green+Blue) = 41+105+153=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #296999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296999 is #D69666. Grayscale: #5B5B5B. Windows color (decimal): -14063207 or 10053929. OLE color: 10053929.

HSL color Cylindrical-coordinate representation of color #296999: hue angle of 205.71º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #296999 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 105 153 -
CMYK 0.73 0.31 0 0.4
HSL 205.71º 0.58% 0.38% -
HSV(B) 205.71º 0.73% 0.6% -
XYZ 11.72 12.87 32 -
YUV 91.34 162.8 92.1 -
System Red Green Blue C M Y K H S L
Decimal 41 105 153 0.73 0.31 0 0.4 205.71 0.58 0.38
Hex 29 69 99 49 1F 0 28 CE 3A 26
Octal 51 151 231 111 37 0 50 316 72 46
Binary 101001 1101001 10011001 1001001 11111 0 101000 11001110 111010 100110

Color Harmonies of #296999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296999

Black with #296999

Text Example


Text Example

White with #296999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296999; }

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

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

background-color css

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

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

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

border-color css

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

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

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