Html Css Color HEX #296FAE Lochmara

📋 copy color: '#296FAE'

red 41 ◦ green 111 ◦ blue 174

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

Shades of Lochmara #296FAE

Tints of Lochmara #296FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.37%

R = 12.58%
G = 34.05%
B = 53.37%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#296FAE (or 0x296FAE) is known color: Lochmara. HEX triplet: 29, 6F and AE. RGB value is (41,111,174). Sum of RGB (Red+Green+Blue) = 41+111+174=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #296FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296FAE is #D69051. Grayscale: #606060. Windows color (decimal): -14061650 or 11431721. OLE color: 11431721.

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

Color convert

RGB 41 111 174 -
CMYK 0.76 0.36 0 0.32
HSL 208.42º 0.62% 0.42% -
HSV(B) 208.42º 0.76% 0.68% -
XYZ 14.24 14.9 42.17 -
YUV 97.25 171.31 87.88 -
System Red Green Blue C M Y K H S L
Decimal 41 111 174 0.76 0.36 0 0.32 208.42 0.62 0.42
Hex 29 6F AE 4C 24 0 20 D0 3E 2A
Octal 51 157 256 114 44 0 40 320 76 52
Binary 101001 1101111 10101110 1001100 100100 0 100000 11010000 111110 101010

Color Harmonies of #296FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FAE

Black with #296FAE

Text Example


Text Example

White with #296FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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