#346A79

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

Shades of Blumine #346A79

Tints of Blumine #346A79

Color information

#346A79 (or 0x346A79) is unknown color: approx Blumine. HEX triplet: 34, 6A and 79. RGB value is (52,106,121). Sum of RGB (Red+Green+Blue) = 52+106+121=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #346A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346A79 is #CB9586. Grayscale: #5B5B5B. Windows color (decimal): -13342087 or 7957044. OLE color: 7957044.

HSL color Cylindrical-coordinate representation of color #346A79: hue angle of 193.04º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #346A79 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB52106121-
CMYK0.570.1200.53
HSL193.04º39.88%33.92%-
HSV(B)193.04º57.02%47.45%-
XYZ10.0212.4219.96-
YUV91.56144.6199.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=18.64%
G=37.99%
B=43.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521061210.570.1200.53193.0439.8833.92
Hex346A7939C035c12822
Octal6415217171140653015042
Binary110100110101011110011110011100011010111000001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,106,121); }

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

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

 a { background-color: rgb(52,106,121); }

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

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

 span { border-color: rgb(52,106,121); }

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