Html Css Color HEX #296399 Lochmara

📋 copy color: '#296399'

red 41 ◦ green 99 ◦ blue 153

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

Shades of Lochmara #296399

Tints of Lochmara #296399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.79%

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

R = 13.99%
G = 33.79%
B = 52.22%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#296399 (or 0x296399) is known color: Lochmara. HEX triplet: 29, 63 and 99. RGB value is (41,99,153). Sum of RGB (Red+Green+Blue) = 41+99+153=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #296399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296399 is #D69C66. Grayscale: #575757. Windows color (decimal): -14064743 or 10052393. OLE color: 10052393.

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

Color convert

RGB 41 99 153 -
CMYK 0.73 0.35 0 0.4
HSL 208.93º 0.58% 0.38% -
HSV(B) 208.93º 0.73% 0.6% -
XYZ 11.13 11.7 31.81 -
YUV 87.81 164.78 94.61 -
System Red Green Blue C M Y K H S L
Decimal 41 99 153 0.73 0.35 0 0.4 208.93 0.58 0.38
Hex 29 63 99 49 23 0 28 D1 3A 26
Octal 51 143 231 111 43 0 50 321 72 46
Binary 101001 1100011 10011001 1001001 100011 0 101000 11010001 111010 100110

Color Harmonies of #296399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296399

Black with #296399

Text Example


Text Example

White with #296399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296399; }

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

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

background-color css

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

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

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

border-color css

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

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

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