#336797

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

Shades of Lochmara #336797

Tints of Lochmara #336797

Color information

#336797 (or 0x336797) is unknown color: approx Lochmara. HEX triplet: 33, 67 and 97. RGB value is (51,103,151). Sum of RGB (Red+Green+Blue) = 51+103+151=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #336797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336797 is #CC9868. Grayscale: #5C5C5C. Windows color (decimal): -13408361 or 9922355. OLE color: 9922355.

HSL color Cylindrical-coordinate representation of color #336797: hue angle of 208.8º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336797 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB51103151-
CMYK0.660.3200.41
HSL208.8º49.5%39.61%-
HSV(B)208.8º66.23%59.22%-
XYZ11.812.6431.1-
YUV92.92160.7798.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 151 (59.38% from 255) = 49.51%
R=16.72%
G=33.77%
B=49.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511031510.660.3200.41208.849.539.61
Hex3367974220029d13228
Octal63147227102400513216250
Binary1100111100111100101111000010100000010100111010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336797; }

 p { color: rgb(51,103,151); }

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

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

 a { background-color: rgb(51,103,151); }

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

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

 span { border-color: rgb(51,103,151); }

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