#345C83

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

Shades of Matisse #345C83

Tints of Matisse #345C83

Color information

#345C83 (or 0x345C83) is unknown color: approx Matisse. HEX triplet: 34, 5C and 83. RGB value is (52,92,131). Sum of RGB (Red+Green+Blue) = 52+92+131=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #345C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C83 is #CBA37C. Grayscale: #545454. Windows color (decimal): -13345661 or 8608820. OLE color: 8608820.

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

Color convert

RGB5292131-
CMYK0.600.3000.49
HSL209.62º43.17%35.88%-
HSV(B)209.62º60.31%51.37%-
XYZ9.3410.0222.92-
YUV84.49154.25104.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 131 (51.56% from 255) = 47.64%
R=18.91%
G=33.45%
B=47.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52921310.600.3000.49209.6243.1735.88
Hex345C833C1E031d22b24
Octal6413420374360613225344
Binary11010010111001000001111110011110011000111010010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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