#346bad

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

Shades of Lochmara #346BAD

Tints of Lochmara #346BAD

Color information

#346BAD (or 0x346BAD) is unknown color: approx Lochmara. HEX triplet: 34, 6B and AD. RGB value is (52,107,173). Sum of RGB (Red+Green+Blue) = 52+107+173=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #346BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346BAD is #CB9452. Grayscale: #616161. Windows color (decimal): -13341779 or 11365172. OLE color: 11365172.

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

Color convert

RGB52107173-
CMYK0.700.3800.32
HSL212.73º53.78%44.12%-
HSV(B)212.73º69.94%67.84%-
XYZ14.2214.2641.54-
YUV98.08170.2895.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 173 (67.97% from 255) = 52.11%
R=15.66%
G=32.23%
B=52.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521071730.700.3800.32212.7353.7844.12
Hex346BAD4626020d5362c
Octal64153255106460403256654
Binary1101001101011101011011000110100110010000011010101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346bad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,107,173); }

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

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

 a { background-color: rgb(52,107,173); }

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

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

 span { border-color: rgb(52,107,173); }

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