#346579

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

Shades of Blumine #346579

Tints of Blumine #346579

Color information

#346579 (or 0x346579) is unknown color: approx Blumine. HEX triplet: 34, 65 and 79. RGB value is (52,101,121). Sum of RGB (Red+Green+Blue) = 52+101+121=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #346579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346579 is #CB9A86. Grayscale: #585858. Windows color (decimal): -13343367 or 7955764. OLE color: 7955764.

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

Color convert

RGB52101121-
CMYK0.570.1700.53
HSL197.39º39.88%33.92%-
HSV(B)197.39º57.02%47.45%-
XYZ9.5211.4219.79-
YUV88.63146.27101.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 121 (47.66% from 255) = 44.16%
R=18.98%
G=36.86%
B=44.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521011210.570.1700.53197.3939.8833.92
Hex3465793911035c52822
Octal6414517171210653055042
Binary1101001100101111100111100110001011010111000101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346579; }

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

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

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

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

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

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

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

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