Html Css Color HEX #296A95 Lochmara

📋 copy color: '#296A95'

red 41 ◦ green 106 ◦ blue 149

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

Shades of Lochmara #296A95

Tints of Lochmara #296A95

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.81%

 BLUE value IS 149 (58.59% from 255) = 50.34%

R = 13.85%
G = 35.81%
B = 50.34%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#296A95 (or 0x296A95) is known color: Lochmara. HEX triplet: 29, 6A and 95. RGB value is (41,106,149). Sum of RGB (Red+Green+Blue) = 41+106+149=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #296A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296A95 is #D6956A. Grayscale: #5B5B5B. Windows color (decimal): -14062955 or 9792041. OLE color: 9792041.

HSL color Cylindrical-coordinate representation of color #296A95: hue angle of 203.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296A95 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 106 149 -
CMYK 0.72 0.29 0 0.42
HSL 203.89º 0.57% 0.37% -
HSV(B) 203.89º 0.72% 0.58% -
XYZ 11.49 12.95 30.33 -
YUV 91.47 160.47 92 -
System Red Green Blue C M Y K H S L
Decimal 41 106 149 0.72 0.29 0 0.42 203.89 0.57 0.37
Hex 29 6A 95 48 1D 0 2A CC 39 25
Octal 51 152 225 110 35 0 52 314 71 45
Binary 101001 1101010 10010101 1001000 11101 0 101010 11001100 111001 100101

Color Harmonies of #296A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A95

Black with #296A95

Text Example


Text Example

White with #296A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,106,149); }

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

background-color css

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

 a { background-color: rgb(41,106,149); }

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

border-color css

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

 span { border-color: rgb(41,106,149); }

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