#345C7D

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

Shades of Matisse #345C7D

Tints of Matisse #345C7D

Color information

#345C7D (or 0x345C7D) is unknown color: approx Matisse. HEX triplet: 34, 5C and 7D. RGB value is (52,92,125). Sum of RGB (Red+Green+Blue) = 52+92+125=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 125 - color contains mainly: blue. Hex color #345C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C7D is #CBA382. Grayscale: #535353. Windows color (decimal): -13345667 or 8215604. OLE color: 8215604.

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

Color convert

RGB5292125-
CMYK0.580.2600.51
HSL207.12º41.24%34.71%-
HSV(B)207.12º58.4%49.02%-
XYZ8.949.8720.83-
YUV83.8151.25105.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 125 (49.22% from 255) = 46.47%
R=19.33%
G=34.20%
B=46.47%

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
Decimal52921250.580.2600.51207.1241.2434.71
Hex345C7D3A1A033cf2923
Octal6413417572320633175143
Binary1101001011100111110111101011010011001111001111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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