#346370

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

Shades of Blumine #346370

Tints of Blumine #346370

Color information

#346370 (or 0x346370) is unknown color: approx Blumine. HEX triplet: 34, 63 and 70. RGB value is (52,99,112). Sum of RGB (Red+Green+Blue) = 52+99+112=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #346370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346370 is #CB9C8F. Grayscale: #565656. Windows color (decimal): -13343888 or 7365428. OLE color: 7365428.

HSL color Cylindrical-coordinate representation of color #346370: hue angle of 193º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346370 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5299112-
CMYK0.540.1200.56
HSL193º36.59%32.16%-
HSV(B)193º53.57%43.92%-
XYZ8.810.8216.95-
YUV86.43142.43103.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 99 (39.06% from 255) = 37.64%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=19.77%
G=37.64%
B=42.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52991120.540.1200.5619336.5932.16
Hex34637036C038c12520
Octal6414316066140703014540
Binary110100110001111100001101101100011100011000001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346370; }

 p { color: rgb(52,99,112); }

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

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

 a { background-color: rgb(52,99,112); }

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

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

 span { border-color: rgb(52,99,112); }

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