#34636c

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

Shades of Blumine #34636C

Tints of Blumine #34636C

Color information

#34636C (or 0x34636C) is unknown color: approx Blumine. HEX triplet: 34, 63 and 6C. RGB value is (52,99,108). Sum of RGB (Red+Green+Blue) = 52+99+108=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #34636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34636C is #CB9C93. Grayscale: #555555. Windows color (decimal): -13343892 or 7103284. OLE color: 7103284.

HSL color Cylindrical-coordinate representation of color #34636C: hue angle of 189.64º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34636C is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5299108-
CMYK0.520.0800.58
HSL189.64º35%31.37%-
HSV(B)189.64º51.85%42.35%-
XYZ8.5810.7415.81-
YUV85.97140.43103.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=20.08%
G=38.22%
B=41.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52991080.520.0800.58189.643531.37
Hex34636C34803Abe231f
Octal6414315464100722764337
Binary11010011000111101100110100100001110101011111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34636c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34636c; }

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

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

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

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

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

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

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

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