Html Css Color HEX #296799 Lochmara

📋 copy color: '#296799'

red 41 ◦ green 103 ◦ blue 153

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

Shades of Lochmara #296799

Tints of Lochmara #296799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.68%

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

R = 13.8%
G = 34.68%
B = 51.52%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#296799 (or 0x296799) is known color: Lochmara. HEX triplet: 29, 67 and 99. RGB value is (41,103,153). Sum of RGB (Red+Green+Blue) = 41+103+153=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #296799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296799 is #D69866. Grayscale: #595959. Windows color (decimal): -14063719 or 10053417. OLE color: 10053417.

HSL color Cylindrical-coordinate representation of color #296799: hue angle of 206.79º 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 #296799 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 103 153 -
CMYK 0.73 0.33 0 0.4
HSL 206.79º 0.58% 0.38% -
HSV(B) 206.79º 0.73% 0.6% -
XYZ 11.51 12.47 31.94 -
YUV 90.16 163.46 92.93 -
System Red Green Blue C M Y K H S L
Decimal 41 103 153 0.73 0.33 0 0.4 206.79 0.58 0.38
Hex 29 67 99 49 21 0 28 CF 3A 26
Octal 51 147 231 111 41 0 50 317 72 46
Binary 101001 1100111 10011001 1001001 100001 0 101000 11001111 111010 100110

Color Harmonies of #296799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296799

Black with #296799

Text Example


Text Example

White with #296799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296799; }

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

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

background-color css

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

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

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

border-color css

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

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

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