#336C9F

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

Shades of Lochmara #336C9F

Tints of Lochmara #336C9F

Color information

#336C9F (or 0x336C9F) is unknown color: approx Lochmara. HEX triplet: 33, 6C and 9F. RGB value is (51,108,159). Sum of RGB (Red+Green+Blue) = 51+108+159=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #336C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C9F is #CC9360. Grayscale: #606060. Windows color (decimal): -13407073 or 10447923. OLE color: 10447923.

HSL color Cylindrical-coordinate representation of color #336C9F: hue angle of 208.33º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #336C9F is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB51108159-
CMYK0.680.3200.38
HSL208.33º51.43%41.18%-
HSV(B)208.33º67.92%62.35%-
XYZ12.9913.9334.81-
YUV96.77163.1295.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.04%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 159 (62.5% from 255) = 50%
R=16.04%
G=33.96%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511081590.680.3200.38208.3351.4341.18
Hex336C9F4420026d03329
Octal63154237104400463206351
Binary1100111101100100111111000100100000010011011010000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,108,159); }

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

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

 a { background-color: rgb(51,108,159); }

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

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

 span { border-color: rgb(51,108,159); }

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