#336C9B

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

Shades of Lochmara #336C9B

Tints of Lochmara #336C9B

Color information

#336C9B (or 0x336C9B) is unknown color: approx Lochmara. HEX triplet: 33, 6C and 9B. RGB value is (51,108,155). Sum of RGB (Red+Green+Blue) = 51+108+155=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #336C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C9B is #CC9364. Grayscale: #606060. Windows color (decimal): -13407077 or 10185779. OLE color: 10185779.

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

Color convert

RGB51108155-
CMYK0.670.3000.39
HSL207.12º50.49%40.39%-
HSV(B)207.12º67.1%60.78%-
XYZ12.6413.833.01-
YUV96.32161.1295.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=16.24%
G=34.39%
B=49.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511081550.670.3000.39207.1250.4940.39
Hex336C9B431E027cf3228
Octal63154233103360473176250
Binary110011110110010011011100001111110010011111001111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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