#336FAB

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

Shades of Lochmara #336FAB

Tints of Lochmara #336FAB

Color information

#336FAB (or 0x336FAB) is unknown color: approx Lochmara. HEX triplet: 33, 6F and AB. RGB value is (51,111,171). Sum of RGB (Red+Green+Blue) = 51+111+171=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #336FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336FAB is #CC9054. Grayscale: #636363. Windows color (decimal): -13406293 or 11235123. OLE color: 11235123.

HSL color Cylindrical-coordinate representation of color #336FAB: hue angle of 210º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #336FAB is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51111171-
CMYK0.700.3500.33
HSL210º54.05%43.53%-
HSV(B)210º70.18%67.06%-
XYZ14.415.0140.67-
YUV99.9168.1293.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.32%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=15.32%
G=33.33%
B=51.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511111710.700.3500.3321054.0543.53
Hex336FAB4623021d2362c
Octal63157253106430413226654
Binary1100111101111101010111000110100011010000111010010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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