#296B92

Color #296B92 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #296B92

Tints of Lochmara #296B92

Color information

#296B92 (or 0x296B92) is unknown color: approx Lochmara. HEX triplet: 29, 6B and 92. RGB value is (41,107,146). Sum of RGB (Red+Green+Blue) = 41+107+146=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #296B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296B92 is #D6946D. Grayscale: #5B5B5B. Windows color (decimal): -14062702 or 9595689. OLE color: 9595689.

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

Color convert

RGB41107146-
CMYK0.720.2700.43
HSL202.29º56.15%36.67%-
HSV(B)202.29º71.92%57.25%-
XYZ11.3613.0629.12-
YUV91.71158.6391.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=13.95%
G=36.39%
B=49.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411071460.720.2700.43202.2956.1536.67
Hex296B92481B02Bca3825
Octal51153222110330533127045
Binary101001110101110010010100100011011010101111001010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,107,146); }

 H1.HeaderClassName
 {
   color: #296B92;
 }
 .AnyTagClassName
 {
   color: #296B92;
 }
</style>
background-color css

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

 a { background-color: rgb(41,107,146); }

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

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

 span { border-color: rgb(41,107,146); }

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