Html Css Color HEX #296CAD Lochmara

📋 copy color: '#296CAD'

red 41 ◦ green 108 ◦ blue 173

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

Shades of Lochmara #296CAD

Tints of Lochmara #296CAD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.54%

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 12.73%
G = 33.54%
B = 53.73%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#296CAD (or 0x296CAD) is known color: Lochmara. HEX triplet: 29, 6C and AD. RGB value is (41,108,173). Sum of RGB (Red+Green+Blue) = 41+108+173=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #296CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296CAD is #D69352. Grayscale: #5F5F5F. Windows color (decimal): -14062419 or 11365417. OLE color: 11365417.

HSL color Cylindrical-coordinate representation of color #296CAD: hue angle of 209.55º 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 #296CAD is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 108 173 -
CMYK 0.76 0.38 0 0.32
HSL 209.55º 0.62% 0.42% -
HSV(B) 209.55º 0.76% 0.68% -
XYZ 13.82 14.21 41.55 -
YUV 95.38 171.8 89.21 -
System Red Green Blue C M Y K H S L
Decimal 41 108 173 0.76 0.38 0 0.32 209.55 0.62 0.42
Hex 29 6C AD 4C 26 0 20 D2 3E 2A
Octal 51 154 255 114 46 0 40 322 76 52
Binary 101001 1101100 10101101 1001100 100110 0 100000 11010010 111110 101010

Color Harmonies of #296CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CAD

Black with #296CAD

Text Example


Text Example

White with #296CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,108,173); }

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

background-color css

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

 a { background-color: rgb(41,108,173); }

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

border-color css

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

 span { border-color: rgb(41,108,173); }

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