#345F7C

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

Shades of Matisse #345F7C

Tints of Matisse #345F7C

Color information

#345F7C (or 0x345F7C) is unknown color: approx Matisse. HEX triplet: 34, 5F and 7C. RGB value is (52,95,124). Sum of RGB (Red+Green+Blue) = 52+95+124=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #345F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F7C is #CBA083. Grayscale: #555555. Windows color (decimal): -13344900 or 8150836. OLE color: 8150836.

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

Color convert

RGB5295124-
CMYK0.580.2300.51
HSL204.17º40.91%34.51%-
HSV(B)204.17º58.06%48.63%-
XYZ9.1510.3720.59-
YUV85.45149.75104.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 95 (37.5% from 255) = 35.06%
BLUE value IS 124 (48.83% from 255) = 45.76%
R=19.19%
G=35.06%
B=45.76%

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
Decimal52951240.580.2300.51204.1740.9134.51
Hex345F7C3A17033cc2923
Octal6413717472270633145143
Binary1101001011111111110011101010111011001111001100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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