Html Css Color HEX #296D9B Lochmara

📋 copy color: '#296D9B'

red 41 ◦ green 109 ◦ blue 155

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

Shades of Lochmara #296D9B

Tints of Lochmara #296D9B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.74%

 BLUE value IS 155 (60.94% from 255) = 50.82%

R = 13.44%
G = 35.74%
B = 50.82%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#296D9B (or 0x296D9B) is known color: Lochmara. HEX triplet: 29, 6D and 9B. RGB value is (41,109,155). Sum of RGB (Red+Green+Blue) = 41+109+155=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #296D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296D9B is #D69264. Grayscale: #5D5D5D. Windows color (decimal): -14062181 or 10186025. OLE color: 10186025.

HSL color Cylindrical-coordinate representation of color #296D9B: hue angle of 204.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #296D9B is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 109 155 -
CMYK 0.74 0.30 0 0.39
HSL 204.21º 0.58% 0.38% -
HSV(B) 204.21º 0.74% 0.61% -
XYZ 12.3 13.78 33.02 -
YUV 93.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 41 109 155 0.74 0.30 0 0.39 204.21 0.58 0.38
Hex 29 6D 9B 4A 1E 0 27 CC 3A 26
Octal 51 155 233 112 36 0 47 314 72 46
Binary 101001 1101101 10011011 1001010 11110 0 100111 11001100 111010 100110

Color Harmonies of #296D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D9B

Black with #296D9B

Text Example


Text Example

White with #296D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,109,155); }

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

background-color css

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

 a { background-color: rgb(41,109,155); }

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

border-color css

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

 span { border-color: rgb(41,109,155); }

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