#346BBA

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

Shades of Lochmara #346BBA

Tints of Lochmara #346BBA

Color information

#346BBA (or 0x346BBA) is unknown color: approx Lochmara. HEX triplet: 34, 6B and BA. RGB value is (52,107,186). Sum of RGB (Red+Green+Blue) = 52+107+186=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #346BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BBA is #CB9445. Grayscale: #636363. Windows color (decimal): -13341766 or 12217140. OLE color: 12217140.

HSL color Cylindrical-coordinate representation of color #346BBA: hue angle of 215.37º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #346BBA is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52107186-
CMYK0.720.4200.27
HSL215.37º56.3%46.67%-
HSV(B)215.37º72.04%72.94%-
XYZ15.5414.7948.49-
YUV99.56176.7894.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.07%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 186 (73.05% from 255) = 53.91%
R=15.07%
G=31.01%
B=53.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521071860.720.4200.27215.3756.346.67
Hex346BBA482A01Bd7382f
Octal64153272110520333277057
Binary110100110101110111010100100010101001101111010111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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