#34597C

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

Shades of Matisse #34597C

Tints of Matisse #34597C

Color information

#34597C (or 0x34597C) is unknown color: approx Matisse. HEX triplet: 34, 59 and 7C. RGB value is (52,89,124). Sum of RGB (Red+Green+Blue) = 52+89+124=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #34597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34597C is #CBA683. Grayscale: #515151. Windows color (decimal): -13346436 or 8149300. OLE color: 8149300.

HSL color Cylindrical-coordinate representation of color #34597C: hue angle of 209.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34597C is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5289124-
CMYK0.580.2800.51
HSL209.17º40.91%34.51%-
HSV(B)209.17º58.06%48.63%-
XYZ8.639.3320.41-
YUV81.93151.74106.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=19.62%
G=33.58%
B=46.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52891240.580.2800.51209.1740.9134.51
Hex34597C3A1C033d12923
Octal6413117472340633215143
Binary1101001011001111110011101011100011001111010001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34597C; }

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

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

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

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

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

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

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

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