#346DB0

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

Shades of Lochmara #346DB0

Tints of Lochmara #346DB0

Color information

#346DB0 (or 0x346DB0) is unknown color: approx Lochmara. HEX triplet: 34, 6D and B0. RGB value is (52,109,176). Sum of RGB (Red+Green+Blue) = 52+109+176=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 176 (69.14% from 255 or 52.23% from 337); Max value from RGB is 176 - color contains mainly: blue. Hex color #346DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346DB0 is #CB924F. Grayscale: #636363. Windows color (decimal): -13341264 or 11562292. OLE color: 11562292.

HSL color Cylindrical-coordinate representation of color #346DB0: hue angle of 212.42º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #346DB0 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB52109176-
CMYK0.700.3800.31
HSL212.42º54.39%44.71%-
HSV(B)212.42º70.45%69.02%-
XYZ14.7214.843.16-
YUV99.6171.1294.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 176 (69.14% from 255) = 52.23%
R=15.43%
G=32.34%
B=52.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521091760.700.3800.31212.4254.3944.71
Hex346DB0462601Fd4362d
Octal64155260106460373246655
Binary110100110110110110000100011010011001111111010100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346DB0; }

 p { color: rgb(52,109,176); }

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

<style>
 a { background-color: #346DB0; }

 a { background-color: rgb(52,109,176); }

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

<style>
 span { border-color: #346DB0; }

 span { border-color: rgb(52,109,176); }

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