#346FB7

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

Shades of Lochmara #346FB7

Tints of Lochmara #346FB7

Color information

#346FB7 (or 0x346FB7) is unknown color: approx Lochmara. HEX triplet: 34, 6F and B7. RGB value is (52,111,183). Sum of RGB (Red+Green+Blue) = 52+111+183=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #346FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FB7 is #CB9048. Grayscale: #656565. Windows color (decimal): -13340745 or 12021556. OLE color: 12021556.

HSL color Cylindrical-coordinate representation of color #346FB7: hue angle of 212.98º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #346FB7 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB52111183-
CMYK0.720.3900.28
HSL212.98º55.74%46.08%-
HSV(B)212.98º71.58%71.76%-
XYZ15.6515.5246.97-
YUV101.57173.9592.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.03%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 183 (71.88% from 255) = 52.89%
R=15.03%
G=32.08%
B=52.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal521111830.720.3900.28212.9855.7446.08
Hex346FB7482701Cd5382e
Octal64157267110470343257056
Binary110100110111110110111100100010011101110011010101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,111,183); }

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

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

 a { background-color: rgb(52,111,183); }

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

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

 span { border-color: rgb(52,111,183); }

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