Html Css Color HEX #296EB6 Lochmara

📋 copy color: '#296EB6'

red 41 ◦ green 110 ◦ blue 182

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

Shades of Lochmara #296EB6

Tints of Lochmara #296EB6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.03%

 BLUE value IS 182 (71.48% from 255) = 54.65%

R = 12.31%
G = 33.03%
B = 54.65%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#296EB6 (or 0x296EB6) is known color: Lochmara. HEX triplet: 29, 6E and B6. RGB value is (41,110,182). Sum of RGB (Red+Green+Blue) = 41+110+182=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 182 (71.48% from 255 or 54.65% from 333); Max value from RGB is 182 - color contains mainly: blue. Hex color #296EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296EB6 is #D69149. Grayscale: #616161. Windows color (decimal): -14061898 or 11955753. OLE color: 11955753.

HSL color Cylindrical-coordinate representation of color #296EB6: hue angle of 210.64º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #296EB6 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 110 182 -
CMYK 0.77 0.40 0 0.29
HSL 210.64º 0.63% 0.44% -
HSV(B) 210.64º 0.77% 0.71% -
XYZ 14.93 15 46.36 -
YUV 97.58 175.64 87.65 -
System Red Green Blue C M Y K H S L
Decimal 41 110 182 0.77 0.40 0 0.29 210.64 0.63 0.44
Hex 29 6E B6 4D 28 0 1D D3 3F 2C
Octal 51 156 266 115 50 0 35 323 77 54
Binary 101001 1101110 10110110 1001101 101000 0 11101 11010011 111111 101100

Color Harmonies of #296EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EB6

Black with #296EB6

Text Example


Text Example

White with #296EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,110,182); }

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

background-color css

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

 a { background-color: rgb(41,110,182); }

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

border-color css

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

 span { border-color: rgb(41,110,182); }

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