#296A9E

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

Shades of Lochmara #296A9E

Tints of Lochmara #296A9E

Color information

#296A9E (or 0x296A9E) is unknown color: approx Lochmara. HEX triplet: 29, 6A and 9E. RGB value is (41,106,158). Sum of RGB (Red+Green+Blue) = 41+106+158=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #296A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296A9E is #D69561. Grayscale: #5C5C5C. Windows color (decimal): -14062946 or 10381865. OLE color: 10381865.

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

Color convert

RGB41106158-
CMYK0.740.3300.38
HSL206.67º58.79%39.02%-
HSV(B)206.67º74.05%61.96%-
XYZ12.2413.2534.26-
YUV92.49164.9791.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 158 (62.11% from 255) = 51.80%
R=13.44%
G=34.75%
B=51.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411061580.740.3300.38206.6758.7939.02
Hex296A9E4A21026cf3b27
Octal51152236112410463177347
Binary1010011101010100111101001010100001010011011001111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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