#34607D

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

Shades of Matisse #34607D

Tints of Matisse #34607D

Color information

#34607D (or 0x34607D) is unknown color: approx Matisse. HEX triplet: 34, 60 and 7D. RGB value is (52,96,125). Sum of RGB (Red+Green+Blue) = 52+96+125=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #34607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34607D is #CB9F82. Grayscale: #555555. Windows color (decimal): -13344643 or 8216628. OLE color: 8216628.

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

Color convert

RGB5296125-
CMYK0.580.2300.51
HSL203.84º41.24%34.71%-
HSV(B)203.84º58.4%49.02%-
XYZ9.310.5820.95-
YUV86.15149.92103.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 125 (49.22% from 255) = 45.79%
R=19.05%
G=35.16%
B=45.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52961250.580.2300.51203.8441.2434.71
Hex34607D3A17033cc2923
Octal6414017572270633145143
Binary1101001100000111110111101010111011001111001100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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