#34596A

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

Shades of Blumine #34596A

Tints of Blumine #34596A

Color information

#34596A (or 0x34596A) is unknown color: approx Blumine. HEX triplet: 34, 59 and 6A. RGB value is (52,89,106). Sum of RGB (Red+Green+Blue) = 52+89+106=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #34596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34596A is #CBA695. Grayscale: #4F4F4F. Windows color (decimal): -13346454 or 6969652. OLE color: 6969652.

HSL color Cylindrical-coordinate representation of color #34596A: hue angle of 198.89º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34596A is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5289106-
CMYK0.510.1600.58
HSL198.89º34.18%30.98%-
HSV(B)198.89º50.94%41.57%-
XYZ7.598.9214.96-
YUV79.88142.74108.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 89 (35.16% from 255) = 36.03%
BLUE value IS 106 (41.80% from 255) = 42.91%
R=21.05%
G=36.03%
B=42.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52891060.510.1600.58198.8934.1830.98
Hex34596A331003Ac7221f
Octal6413115263200723074237
Binary110100101100111010101100111000001110101100011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34596A; }

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

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

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

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

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

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

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

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