Html Css Color HEX #296EAB Lochmara

📋 copy color: '#296EAB'

red 41 ◦ green 110 ◦ blue 171

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

Shades of Lochmara #296EAB

Tints of Lochmara #296EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.11%

R = 12.73%
G = 34.16%
B = 53.11%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#296EAB (or 0x296EAB) is known color: Lochmara. HEX triplet: 29, 6E and AB. RGB value is (41,110,171). Sum of RGB (Red+Green+Blue) = 41+110+171=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #296EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296EAB is #D69154. Grayscale: #606060. Windows color (decimal): -14061909 or 11234857. OLE color: 11234857.

HSL color Cylindrical-coordinate representation of color #296EAB: hue angle of 208.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #296EAB is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 110 171 -
CMYK 0.76 0.36 0 0.33
HSL 208.15º 0.61% 0.42% -
HSV(B) 208.15º 0.76% 0.67% -
XYZ 13.84 14.56 40.61 -
YUV 96.32 170.14 88.54 -
System Red Green Blue C M Y K H S L
Decimal 41 110 171 0.76 0.36 0 0.33 208.15 0.61 0.42
Hex 29 6E AB 4C 24 0 21 D0 3D 2A
Octal 51 156 253 114 44 0 41 320 75 52
Binary 101001 1101110 10101011 1001100 100100 0 100001 11010000 111101 101010

Color Harmonies of #296EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EAB

Black with #296EAB

Text Example


Text Example

White with #296EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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