Html Css Color HEX #296F9B Lochmara

📋 copy color: '#296F9B'

red 41 ◦ green 111 ◦ blue 155

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

Shades of Lochmara #296F9B

Tints of Lochmara #296F9B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.16%

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

R = 13.36%
G = 36.16%
B = 50.49%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#296F9B (or 0x296F9B) is known color: Lochmara. HEX triplet: 29, 6F and 9B. RGB value is (41,111,155). Sum of RGB (Red+Green+Blue) = 41+111+155=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #296F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296F9B is #D69064. Grayscale: #5E5E5E. Windows color (decimal): -14061669 or 10186537. OLE color: 10186537.

HSL color Cylindrical-coordinate representation of color #296F9B: hue angle of 203.16º 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 #296F9B is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 111 155 -
CMYK 0.74 0.28 0 0.39
HSL 203.16º 0.58% 0.38% -
HSV(B) 203.16º 0.74% 0.61% -
XYZ 12.52 14.21 33.09 -
YUV 95.09 161.81 89.42 -
System Red Green Blue C M Y K H S L
Decimal 41 111 155 0.74 0.28 0 0.39 203.16 0.58 0.38
Hex 29 6F 9B 4A 1C 0 27 CB 3A 26
Octal 51 157 233 112 34 0 47 313 72 46
Binary 101001 1101111 10011011 1001010 11100 0 100111 11001011 111010 100110

Color Harmonies of #296F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F9B

Black with #296F9B

Text Example


Text Example

White with #296F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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