Html Css Color HEX #296CB6 Lochmara

📋 copy color: '#296CB6'

red 41 ◦ green 108 ◦ blue 182

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

Shades of Lochmara #296CB6

Tints of Lochmara #296CB6

RGB

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

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

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

R = 12.39%
G = 32.63%
B = 54.98%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#296CB6 (or 0x296CB6) is known color: Lochmara. HEX triplet: 29, 6C and B6. RGB value is (41,108,182). Sum of RGB (Red+Green+Blue) = 41+108+182=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #296CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296CB6 is #D69349. Grayscale: #606060. Windows color (decimal): -14062410 or 11955241. OLE color: 11955241.

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

Color convert

RGB 41 108 182 -
CMYK 0.77 0.41 0 0.29
HSL 211.49º 0.63% 0.44% -
HSV(B) 211.49º 0.77% 0.71% -
XYZ 14.72 14.57 46.29 -
YUV 96.4 176.3 88.48 -
System Red Green Blue C M Y K H S L
Decimal 41 108 182 0.77 0.41 0 0.29 211.49 0.63 0.44
Hex 29 6C B6 4D 29 0 1D D3 3F 2C
Octal 51 154 266 115 51 0 35 323 77 54
Binary 101001 1101100 10110110 1001101 101001 0 11101 11010011 111111 101100

Color Harmonies of #296CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CB6

Black with #296CB6

Text Example


Text Example

White with #296CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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