#336AAD

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

Shades of Lochmara #336AAD

Tints of Lochmara #336AAD

Color information

#336AAD (or 0x336AAD) is unknown color: approx Lochmara. HEX triplet: 33, 6A and AD. RGB value is (51,106,173). Sum of RGB (Red+Green+Blue) = 51+106+173=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #336AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336AAD is #CC9552. Grayscale: #606060. Windows color (decimal): -13407571 or 11364915. OLE color: 11364915.

HSL color Cylindrical-coordinate representation of color #336AAD: hue angle of 212.95º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #336AAD is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51106173-
CMYK0.710.3900.32
HSL212.95º54.46%43.92%-
HSV(B)212.95º70.52%67.84%-
XYZ14.0614.0341.5-
YUV97.19170.7895.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.45%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=15.45%
G=32.12%
B=52.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511061730.710.3900.32212.9554.4643.92
Hex336AAD4727020d5362c
Octal63152255107470403256654
Binary1100111101010101011011000111100111010000011010101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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