#337699

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

Shades of Lochmara #337699

Tints of Lochmara #337699

Color information

#337699 (or 0x337699) is unknown color: approx Lochmara. HEX triplet: 33, 76 and 99. RGB value is (51,118,153). Sum of RGB (Red+Green+Blue) = 51+118+153=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #337699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337699 is #CC8966. Grayscale: #656565. Windows color (decimal): -13404519 or 10057267. OLE color: 10057267.

HSL color Cylindrical-coordinate representation of color #337699: hue angle of 200.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #337699 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB51118153-
CMYK0.670.2300.4
HSL200.59º50%40%-
HSV(B)200.59º66.67%60%-
XYZ13.5915.9632.5-
YUV101.96156.891.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.84%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=15.84%
G=36.65%
B=47.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511181530.670.2300.4200.595040
Hex3376994317028c93228
Octal63166231103270503116250
Binary110011111011010011001100001110111010100011001001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337699; }

 p { color: rgb(51,118,153); }

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

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

 a { background-color: rgb(51,118,153); }

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

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

 span { border-color: rgb(51,118,153); }

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