#336AAB

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

Shades of Lochmara #336AAB

Tints of Lochmara #336AAB

Color information

#336AAB (or 0x336AAB) is unknown color: approx Lochmara. HEX triplet: 33, 6A and AB. RGB value is (51,106,171). Sum of RGB (Red+Green+Blue) = 51+106+171=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #336AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336AAB is #CC9554. Grayscale: #606060. Windows color (decimal): -13407573 or 11233843. OLE color: 11233843.

HSL color Cylindrical-coordinate representation of color #336AAB: hue angle of 212.5º 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 #336AAB is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51106171-
CMYK0.700.3800.33
HSL212.5º54.05%43.53%-
HSV(B)212.5º70.18%67.06%-
XYZ13.8713.9540.49-
YUV96.96169.7895.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.55%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=15.55%
G=32.32%
B=52.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511061710.700.3800.33212.554.0543.53
Hex336AAB4626021d4362c
Octal63152253106460413246654
Binary1100111101010101010111000110100110010000111010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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