#336997

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

Shades of Lochmara #336997

Tints of Lochmara #336997

Color information

#336997 (or 0x336997) is unknown color: approx Lochmara. HEX triplet: 33, 69 and 97. RGB value is (51,105,151). Sum of RGB (Red+Green+Blue) = 51+105+151=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #336997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336997 is #CC9668. Grayscale: #5D5D5D. Windows color (decimal): -13407849 or 9922867. OLE color: 9922867.

HSL color Cylindrical-coordinate representation of color #336997: hue angle of 207.6º 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 #336997 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB51105151-
CMYK0.660.3000.41
HSL207.6º49.5%39.61%-
HSV(B)207.6º66.23%59.22%-
XYZ1213.0431.16-
YUV94.1160.1197.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.61%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 151 (59.38% from 255) = 49.19%
R=16.61%
G=34.20%
B=49.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511051510.660.3000.41207.649.539.61
Hex336997421E029d03228
Octal63151227102360513206250
Binary110011110100110010111100001011110010100111010000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336997; }

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

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

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

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

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

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

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

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