Html Css Color HEX #296FAB Lochmara

📋 copy color: '#296FAB'

red 41 ◦ green 111 ◦ blue 171

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

Shades of Lochmara #296FAB

Tints of Lochmara #296FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.37%

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

R = 12.69%
G = 34.37%
B = 52.94%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#296FAB (or 0x296FAB) is known color: Lochmara. HEX triplet: 29, 6F and AB. RGB value is (41,111,171). Sum of RGB (Red+Green+Blue) = 41+111+171=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #296FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296FAB is #D69054. Grayscale: #606060. Windows color (decimal): -14061653 or 11235113. OLE color: 11235113.

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

Color convert

RGB 41 111 171 -
CMYK 0.76 0.35 0 0.33
HSL 207.69º 0.61% 0.42% -
HSV(B) 207.69º 0.76% 0.67% -
XYZ 13.95 14.78 40.65 -
YUV 96.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 41 111 171 0.76 0.35 0 0.33 207.69 0.61 0.42
Hex 29 6F AB 4C 23 0 21 D0 3D 2A
Octal 51 157 253 114 43 0 41 320 75 52
Binary 101001 1101111 10101011 1001100 100011 0 100001 11010000 111101 101010

Color Harmonies of #296FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FAB

Black with #296FAB

Text Example


Text Example

White with #296FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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