Html Css Color HEX #296A93 Lochmara

📋 copy color: '#296A93'

red 41 ◦ green 106 ◦ blue 147

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

Shades of Lochmara #296A93

Tints of Lochmara #296A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.05%

 BLUE value IS 147 (57.81% from 255) = 50%

R = 13.95%
G = 36.05%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#296A93 (or 0x296A93) is known color: Lochmara. HEX triplet: 29, 6A and 93. RGB value is (41,106,147). Sum of RGB (Red+Green+Blue) = 41+106+147=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #296A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296A93 is #D6956C. Grayscale: #5B5B5B. Windows color (decimal): -14062957 or 9660969. OLE color: 9660969.

HSL color Cylindrical-coordinate representation of color #296A93: hue angle of 203.21º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296A93 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 106 147 -
CMYK 0.72 0.28 0 0.42
HSL 203.21º 0.56% 0.37% -
HSV(B) 203.21º 0.72% 0.58% -
XYZ 11.33 12.89 29.49 -
YUV 91.24 159.47 92.17 -
System Red Green Blue C M Y K H S L
Decimal 41 106 147 0.72 0.28 0 0.42 203.21 0.56 0.37
Hex 29 6A 93 48 1C 0 2A CB 38 25
Octal 51 152 223 110 34 0 52 313 70 45
Binary 101001 1101010 10010011 1001000 11100 0 101010 11001011 111000 100101

Color Harmonies of #296A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A93

Black with #296A93

Text Example


Text Example

White with #296A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,106,147); }

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

background-color css

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

 a { background-color: rgb(41,106,147); }

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

border-color css

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

 span { border-color: rgb(41,106,147); }

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