#346A77

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

Shades of Blumine #346A77

Tints of Blumine #346A77

Color information

#346A77 (or 0x346A77) is unknown color: approx Blumine. HEX triplet: 34, 6A and 77. RGB value is (52,106,119). Sum of RGB (Red+Green+Blue) = 52+106+119=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #346A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346A77 is #CB9588. Grayscale: #5B5B5B. Windows color (decimal): -13342089 or 7825972. OLE color: 7825972.

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

Color convert

RGB52106119-
CMYK0.560.1100.53
HSL191.64º39.18%33.53%-
HSV(B)191.64º56.3%46.67%-
XYZ9.912.3719.32-
YUV91.34143.6199.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 106 (41.80% from 255) = 38.27%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=18.77%
G=38.27%
B=42.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521061190.560.1100.53191.6439.1833.53
Hex346A7738B035c02722
Octal6415216770130653004742
Binary110100110101011101111110001011011010111000000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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