#34606e

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

Shades of Blumine #34606E

Tints of Blumine #34606E

Color information

#34606E (or 0x34606E) is unknown color: approx Blumine. HEX triplet: 34, 60 and 6E. RGB value is (52,96,110). Sum of RGB (Red+Green+Blue) = 52+96+110=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #34606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34606E is #CB9F91. Grayscale: #545454. Windows color (decimal): -13344658 or 7233588. OLE color: 7233588.

HSL color Cylindrical-coordinate representation of color #34606E: hue angle of 194.48º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34606E is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5296110-
CMYK0.530.1300.57
HSL194.48º35.8%31.76%-
HSV(B)194.48º52.73%43.14%-
XYZ8.4110.2216.28-
YUV84.44142.42104.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.16%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 110 (43.36% from 255) = 42.64%
R=20.16%
G=37.21%
B=42.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52961100.530.1300.57194.4835.831.76
Hex34606E35D039c22420
Octal6414015665150713024440
Binary110100110000011011101101011101011100111000010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34606e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34606e; }

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

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

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

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

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

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

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

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