#34627C

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

Shades of Matisse #34627C

Tints of Matisse #34627C

Color information

#34627C (or 0x34627C) is unknown color: approx Matisse. HEX triplet: 34, 62 and 7C. RGB value is (52,98,124). Sum of RGB (Red+Green+Blue) = 52+98+124=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #34627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34627C is #CB9D83. Grayscale: #575757. Windows color (decimal): -13344132 or 8151604. OLE color: 8151604.

HSL color Cylindrical-coordinate representation of color #34627C: hue angle of 201.67º 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 #34627C is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5298124-
CMYK0.580.2100.51
HSL201.67º40.91%34.51%-
HSV(B)201.67º58.06%48.63%-
XYZ9.4210.9220.68-
YUV87.21148.76102.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=18.98%
G=35.77%
B=45.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52981240.580.2100.51201.6740.9134.51
Hex34627C3A15033ca2923
Octal6414217472250633125143
Binary1101001100010111110011101010101011001111001010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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