Html Css Color HEX #296C9B Lochmara

📋 copy color: '#296C9B'

red 41 ◦ green 108 ◦ blue 155

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

Shades of Lochmara #296C9B

Tints of Lochmara #296C9B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.53%

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

R = 13.49%
G = 35.53%
B = 50.99%

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

#296C9B (or 0x296C9B) is known color: Lochmara. HEX triplet: 29, 6C and 9B. RGB value is (41,108,155). Sum of RGB (Red+Green+Blue) = 41+108+155=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #296C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C9B is #D69364. Grayscale: #5D5D5D. Windows color (decimal): -14062437 or 10185769. OLE color: 10185769.

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

Color convert

RGB 41 108 155 -
CMYK 0.74 0.30 0 0.39
HSL 204.74º 0.58% 0.38% -
HSV(B) 204.74º 0.74% 0.61% -
XYZ 12.19 13.56 32.99 -
YUV 93.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 41 108 155 0.74 0.30 0 0.39 204.74 0.58 0.38
Hex 29 6C 9B 4A 1E 0 27 CD 3A 26
Octal 51 154 233 112 36 0 47 315 72 46
Binary 101001 1101100 10011011 1001010 11110 0 100111 11001101 111010 100110

Color Harmonies of #296C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C9B

Black with #296C9B

Text Example


Text Example

White with #296C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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