Html Css Color HEX #296996 Lochmara

📋 copy color: '#296996'

red 41 ◦ green 105 ◦ blue 150

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

Shades of Lochmara #296996

Tints of Lochmara #296996

RGB

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

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

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

R = 13.85%
G = 35.47%
B = 50.68%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#296996 (or 0x296996) is known color: Lochmara. HEX triplet: 29, 69 and 96. RGB value is (41,105,150). Sum of RGB (Red+Green+Blue) = 41+105+150=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #296996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296996 is #D69669. Grayscale: #5A5A5A. Windows color (decimal): -14063210 or 9857321. OLE color: 9857321.

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

Color convert

RGB 41 105 150 -
CMYK 0.73 0.30 0 0.41
HSL 204.77º 0.57% 0.37% -
HSV(B) 204.77º 0.73% 0.59% -
XYZ 11.47 12.78 30.72 -
YUV 90.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 41 105 150 0.73 0.30 0 0.41 204.77 0.57 0.37
Hex 29 69 96 49 1E 0 29 CD 39 25
Octal 51 151 226 111 36 0 51 315 71 45
Binary 101001 1101001 10010110 1001001 11110 0 101001 11001101 111001 100101

Color Harmonies of #296996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296996

Black with #296996

Text Example


Text Example

White with #296996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296996; }

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

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

background-color css

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

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

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

border-color css

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

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

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