Html Css Color HEX #296DB6 Lochmara

📋 copy color: '#296DB6'

red 41 ◦ green 109 ◦ blue 182

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

Shades of Lochmara #296DB6

Tints of Lochmara #296DB6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

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

R = 12.35%
G = 32.83%
B = 54.82%

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

#296DB6 (or 0x296DB6) is known color: Lochmara. HEX triplet: 29, 6D and B6. RGB value is (41,109,182). Sum of RGB (Red+Green+Blue) = 41+109+182=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 182 (71.48% from 255 or 54.82% from 332); Max value from RGB is 182 - color contains mainly: blue. Hex color #296DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DB6 is #D69249. Grayscale: #606060. Windows color (decimal): -14062154 or 11955497. OLE color: 11955497.

HSL color Cylindrical-coordinate representation of color #296DB6: hue angle of 211.06º 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 #296DB6 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 109 182 -
CMYK 0.77 0.40 0 0.29
HSL 211.06º 0.63% 0.44% -
HSV(B) 211.06º 0.77% 0.71% -
XYZ 14.83 14.79 46.33 -
YUV 96.99 175.97 88.06 -
System Red Green Blue C M Y K H S L
Decimal 41 109 182 0.77 0.40 0 0.29 211.06 0.63 0.44
Hex 29 6D B6 4D 28 0 1D D3 3F 2C
Octal 51 155 266 115 50 0 35 323 77 54
Binary 101001 1101101 10110110 1001101 101000 0 11101 11010011 111111 101100

Color Harmonies of #296DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DB6

Black with #296DB6

Text Example


Text Example

White with #296DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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