#3466AB

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

Shades of Lochmara #3466AB

Tints of Lochmara #3466AB

Color information

#3466AB (or 0x3466AB) is unknown color: approx Lochmara. HEX triplet: 34, 66 and AB. RGB value is (52,102,171). Sum of RGB (Red+Green+Blue) = 52+102+171=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #3466AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3466AB is #CB9954. Grayscale: #5E5E5E. Windows color (decimal): -13343061 or 11232820. OLE color: 11232820.

HSL color Cylindrical-coordinate representation of color #3466AB: hue angle of 214.79º degrees, saturation: 0.53, 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 #3466AB is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52102171-
CMYK0.700.4000.33
HSL214.79º53.36%43.73%-
HSV(B)214.79º69.59%67.06%-
XYZ13.5213.1740.36-
YUV94.92170.9497.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=16%
G=31.38%
B=52.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521021710.700.4000.33214.7953.3643.73
Hex3466AB4628021d7352c
Octal64146253106500413276554
Binary1101001100110101010111000110101000010000111010111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3466AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3466AB; }

 p { color: rgb(52,102,171); }

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

<style>
 a { background-color: #3466AB; }

 a { background-color: rgb(52,102,171); }

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

<style>
 span { border-color: #3466AB; }

 span { border-color: rgb(52,102,171); }

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