#336597

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

Shades of Lochmara #336597

Tints of Lochmara #336597

Color information

#336597 (or 0x336597) is unknown color: approx Lochmara. HEX triplet: 33, 65 and 97. RGB value is (51,101,151). Sum of RGB (Red+Green+Blue) = 51+101+151=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #336597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336597 is #CC9A68. Grayscale: #5B5B5B. Windows color (decimal): -13408873 or 9921843. OLE color: 9921843.

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

Color convert

RGB51101151-
CMYK0.660.3300.41
HSL210º49.5%39.61%-
HSV(B)210º66.23%59.22%-
XYZ11.612.2531.03-
YUV91.75161.4498.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.83%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 151 (59.38% from 255) = 49.83%
R=16.83%
G=33.33%
B=49.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511011510.660.3300.4121049.539.61
Hex3365974221029d23228
Octal63145227102410513226250
Binary1100111100101100101111000010100001010100111010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336597; }

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

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

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

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

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

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

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

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