#3466B2

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

Shades of Lochmara #3466B2

Tints of Lochmara #3466B2

Color information

#3466B2 (or 0x3466B2) is unknown color: approx Lochmara. HEX triplet: 34, 66 and B2. RGB value is (52,102,178). Sum of RGB (Red+Green+Blue) = 52+102+178=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 178 (69.92% from 255 or 53.61% from 332); Max value from RGB is 178 - color contains mainly: blue. Hex color #3466B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3466B2 is #CB994D. Grayscale: #5F5F5F. Windows color (decimal): -13343054 or 11691572. OLE color: 11691572.

HSL color Cylindrical-coordinate representation of color #3466B2: hue angle of 216.19º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3466B2 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB52102178-
CMYK0.710.4300.30
HSL216.19º54.78%45.1%-
HSV(B)216.19º70.79%69.8%-
XYZ14.213.4543.97-
YUV95.71174.4496.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 178 (69.92% from 255) = 53.61%
R=15.66%
G=30.72%
B=53.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal521021780.710.4300.30216.1954.7845.1
Hex3466B2472B01Ed8372d
Octal64146262107530363306755
Binary110100110011010110010100011110101101111011011000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3466B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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