#34617D

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

Shades of Matisse #34617D

Tints of Matisse #34617D

Color information

#34617D (or 0x34617D) is unknown color: approx Matisse. HEX triplet: 34, 61 and 7D. RGB value is (52,97,125). Sum of RGB (Red+Green+Blue) = 52+97+125=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #34617D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34617D is #CB9E82. Grayscale: #565656. Windows color (decimal): -13344387 or 8216884. OLE color: 8216884.

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

Color convert

RGB5297125-
CMYK0.580.2200.51
HSL203.01º41.24%34.71%-
HSV(B)203.01º58.4%49.02%-
XYZ9.3910.7620.98-
YUV86.74149.59103.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 125 (49.22% from 255) = 45.62%
R=18.98%
G=35.40%
B=45.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52971250.580.2200.51203.0141.2434.71
Hex34617D3A16033cb2923
Octal6414117572260633135143
Binary1101001100001111110111101010110011001111001011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34617D; }

 p { color: rgb(52,97,125); }

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

<style>
 a { background-color: #34617D; }

 a { background-color: rgb(52,97,125); }

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

<style>
 span { border-color: #34617D; }

 span { border-color: rgb(52,97,125); }

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