Html Css Color HEX #296DAA Lochmara

📋 copy color: '#296DAA'

red 41 ◦ green 109 ◦ blue 170

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

Shades of Lochmara #296DAA

Tints of Lochmara #296DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.06%

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 12.81%
G = 34.06%
B = 53.13%

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

#296DAA (or 0x296DAA) is known color: Lochmara. HEX triplet: 29, 6D and AA. RGB value is (41,109,170). Sum of RGB (Red+Green+Blue) = 41+109+170=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #296DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296DAA is #D69255. Grayscale: #5F5F5F. Windows color (decimal): -14062166 or 11169065. OLE color: 11169065.

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

Color convert

RGB 41 109 170 -
CMYK 0.76 0.36 0 0.33
HSL 208.37º 0.61% 0.41% -
HSV(B) 208.37º 0.76% 0.67% -
XYZ 13.64 14.31 40.07 -
YUV 95.62 169.97 89.04 -
System Red Green Blue C M Y K H S L
Decimal 41 109 170 0.76 0.36 0 0.33 208.37 0.61 0.41
Hex 29 6D AA 4C 24 0 21 D0 3D 29
Octal 51 155 252 114 44 0 41 320 75 51
Binary 101001 1101101 10101010 1001100 100100 0 100001 11010000 111101 101001

Color Harmonies of #296DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DAA

Black with #296DAA

Text Example


Text Example

White with #296DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,109,170); }

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

background-color css

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

 a { background-color: rgb(41,109,170); }

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

border-color css

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

 span { border-color: rgb(41,109,170); }

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