Html Css Color HEX #296899 Lochmara

📋 copy color: '#296899'

red 41 ◦ green 104 ◦ blue 153

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

Shades of Lochmara #296899

Tints of Lochmara #296899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.9%

 BLUE value IS 153 (60.16% from 255) = 51.34%

R = 13.76%
G = 34.9%
B = 51.34%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#296899 (or 0x296899) is known color: Lochmara. HEX triplet: 29, 68 and 99. RGB value is (41,104,153). Sum of RGB (Red+Green+Blue) = 41+104+153=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #296899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296899 is #D69766. Grayscale: #5A5A5A. Windows color (decimal): -14063463 or 10053673. OLE color: 10053673.

HSL color Cylindrical-coordinate representation of color #296899: hue angle of 206.25º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #296899 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 104 153 -
CMYK 0.73 0.32 0 0.4
HSL 206.25º 0.58% 0.38% -
HSV(B) 206.25º 0.73% 0.6% -
XYZ 11.61 12.67 31.97 -
YUV 90.75 163.13 92.52 -
System Red Green Blue C M Y K H S L
Decimal 41 104 153 0.73 0.32 0 0.4 206.25 0.58 0.38
Hex 29 68 99 49 20 0 28 CE 3A 26
Octal 51 150 231 111 40 0 50 316 72 46
Binary 101001 1101000 10011001 1001001 100000 0 101000 11001110 111010 100110

Color Harmonies of #296899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296899

Black with #296899

Text Example


Text Example

White with #296899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296899; }

 p { color: rgb(41,104,153); }

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

background-color css

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

 a { background-color: rgb(41,104,153); }

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

border-color css

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

 span { border-color: rgb(41,104,153); }

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