#346070

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

Shades of Blumine #346070

Tints of Blumine #346070

Color information

#346070 (or 0x346070) is unknown color: approx Blumine. HEX triplet: 34, 60 and 70. RGB value is (52,96,112). Sum of RGB (Red+Green+Blue) = 52+96+112=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #346070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346070 is #CB9F8F. Grayscale: #545454. Windows color (decimal): -13344656 or 7364660. OLE color: 7364660.

HSL color Cylindrical-coordinate representation of color #346070: hue angle of 196º 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 #346070 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5296112-
CMYK0.540.1400.56
HSL196º36.59%32.16%-
HSV(B)196º53.57%43.92%-
XYZ8.5210.2716.86-
YUV84.67143.42104.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=20%
G=36.92%
B=43.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52961120.540.1400.5619636.5932.16
Hex34607036E038c42520
Octal6414016066160703044540
Binary110100110000011100001101101110011100011000100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346070; }

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

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

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

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

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

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

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

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