Html Css Color HEX #296EAE Lochmara

📋 copy color: '#296EAE'

red 41 ◦ green 110 ◦ blue 174

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

Shades of Lochmara #296EAE

Tints of Lochmara #296EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.85%

 BLUE value IS 174 (68.36% from 255) = 53.54%

R = 12.62%
G = 33.85%
B = 53.54%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#296EAE (or 0x296EAE) is known color: Lochmara. HEX triplet: 29, 6E and AE. RGB value is (41,110,174). Sum of RGB (Red+Green+Blue) = 41+110+174=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #296EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296EAE is #D69151. Grayscale: #606060. Windows color (decimal): -14061906 or 11431465. OLE color: 11431465.

HSL color Cylindrical-coordinate representation of color #296EAE: hue angle of 208.87º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #296EAE is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 110 174 -
CMYK 0.76 0.37 0 0.32
HSL 208.87º 0.62% 0.42% -
HSV(B) 208.87º 0.76% 0.68% -
XYZ 14.13 14.68 42.13 -
YUV 96.67 171.64 88.3 -
System Red Green Blue C M Y K H S L
Decimal 41 110 174 0.76 0.37 0 0.32 208.87 0.62 0.42
Hex 29 6E AE 4C 25 0 20 D1 3E 2A
Octal 51 156 256 114 45 0 40 321 76 52
Binary 101001 1101110 10101110 1001100 100101 0 100000 11010001 111110 101010

Color Harmonies of #296EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EAE

Black with #296EAE

Text Example


Text Example

White with #296EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,110,174); }

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

background-color css

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

 a { background-color: rgb(41,110,174); }

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

border-color css

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

 span { border-color: rgb(41,110,174); }

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