#345C7C

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

Shades of Matisse #345C7C

Tints of Matisse #345C7C

Color information

#345C7C (or 0x345C7C) is unknown color: approx Matisse. HEX triplet: 34, 5C and 7C. RGB value is (52,92,124). Sum of RGB (Red+Green+Blue) = 52+92+124=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #345C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C7C is #CBA383. Grayscale: #535353. Windows color (decimal): -13345668 or 8150068. OLE color: 8150068.

HSL color Cylindrical-coordinate representation of color #345C7C: hue angle of 206.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 #345C7C is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5292124-
CMYK0.580.2600.51
HSL206.67º40.91%34.51%-
HSV(B)206.67º58.06%48.63%-
XYZ8.889.8420.5-
YUV83.69150.75105.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 92 (36.33% from 255) = 34.33%
BLUE value IS 124 (48.83% from 255) = 46.27%
R=19.40%
G=34.33%
B=46.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52921240.580.2600.51206.6740.9134.51
Hex345C7C3A1A033cf2923
Octal6413417472320633175143
Binary1101001011100111110011101011010011001111001111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345C7C; }

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

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

<style>
 a { background-color: #345C7C; }

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

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

<style>
 span { border-color: #345C7C; }

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

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