#336FA3

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

Shades of Lochmara #336FA3

Tints of Lochmara #336FA3

Color information

#336FA3 (or 0x336FA3) is unknown color: approx Lochmara. HEX triplet: 33, 6F and A3. RGB value is (51,111,163). Sum of RGB (Red+Green+Blue) = 51+111+163=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #336FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336FA3 is #CC905C. Grayscale: #626262. Windows color (decimal): -13406301 or 10710835. OLE color: 10710835.

HSL color Cylindrical-coordinate representation of color #336FA3: hue angle of 207.86º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #336FA3 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB51111163-
CMYK0.690.3200.36
HSL207.86º52.34%41.96%-
HSV(B)207.86º68.71%63.92%-
XYZ13.6614.7236.77-
YUV98.99164.1293.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.69%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 163 (64.06% from 255) = 50.15%
R=15.69%
G=34.15%
B=50.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511111630.690.3200.36207.8652.3441.96
Hex336FA34520024d0342a
Octal63157243105400443206452
Binary1100111101111101000111000101100000010010011010000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336FA3; }

 p { color: rgb(51,111,163); }

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

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

 a { background-color: rgb(51,111,163); }

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

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

 span { border-color: rgb(51,111,163); }

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