#345C81

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

Shades of Matisse #345C81

Tints of Matisse #345C81

Color information

#345C81 (or 0x345C81) is unknown color: approx Matisse. HEX triplet: 34, 5C and 81. RGB value is (52,92,129). Sum of RGB (Red+Green+Blue) = 52+92+129=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #345C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C81 is #CBA37E. Grayscale: #545454. Windows color (decimal): -13345663 or 8477748. OLE color: 8477748.

HSL color Cylindrical-coordinate representation of color #345C81: hue angle of 208.83º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345C81 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5292129-
CMYK0.600.2900.49
HSL208.83º42.54%35.49%-
HSV(B)208.83º59.69%50.59%-
XYZ9.219.9722.21-
YUV84.26153.25104.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=19.05%
G=33.70%
B=47.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52921290.600.2900.49208.8342.5435.49
Hex345C813C1D031d12b23
Octal6413420174350613215343
Binary11010010111001000000111110011101011000111010001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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