#346779

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

Shades of Blumine #346779

Tints of Blumine #346779

Color information

#346779 (or 0x346779) is unknown color: approx Blumine. HEX triplet: 34, 67 and 79. RGB value is (52,103,121). Sum of RGB (Red+Green+Blue) = 52+103+121=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #346779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346779 is #CB9886. Grayscale: #595959. Windows color (decimal): -13342855 or 7956276. OLE color: 7956276.

HSL color Cylindrical-coordinate representation of color #346779: hue angle of 195.65º 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 #346779 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB52103121-
CMYK0.570.1500.53
HSL195.65º39.88%33.92%-
HSV(B)195.65º57.02%47.45%-
XYZ9.7211.8119.86-
YUV89.8145.6101.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 121 (47.66% from 255) = 43.84%
R=18.84%
G=37.32%
B=43.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521031210.570.1500.53195.6539.8833.92
Hex34677939F035c42822
Octal6414717171170653045042
Binary110100110011111110011110011111011010111000100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346779; }

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

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

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

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

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

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

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

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