Html Css Color HEX #296CAB Lochmara

📋 copy color: '#296CAB'

red 41 ◦ green 108 ◦ blue 171

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

Shades of Lochmara #296CAB

Tints of Lochmara #296CAB

RGB

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

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

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

R = 12.81%
G = 33.75%
B = 53.44%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#296CAB (or 0x296CAB) is known color: Lochmara. HEX triplet: 29, 6C and AB. RGB value is (41,108,171). Sum of RGB (Red+Green+Blue) = 41+108+171=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #296CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296CAB is #D69354. Grayscale: #5E5E5E. Windows color (decimal): -14062421 or 11234345. OLE color: 11234345.

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

Color convert

RGB 41 108 171 -
CMYK 0.76 0.37 0 0.33
HSL 209.08º 0.61% 0.42% -
HSV(B) 209.08º 0.76% 0.67% -
XYZ 13.63 14.14 40.54 -
YUV 95.15 170.8 89.38 -
System Red Green Blue C M Y K H S L
Decimal 41 108 171 0.76 0.37 0 0.33 209.08 0.61 0.42
Hex 29 6C AB 4C 25 0 21 D1 3D 2A
Octal 51 154 253 114 45 0 41 321 75 52
Binary 101001 1101100 10101011 1001100 100101 0 100001 11010001 111101 101010

Color Harmonies of #296CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CAB

Black with #296CAB

Text Example


Text Example

White with #296CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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