Html Css Color HEX #345C79 Matisse

📋 copy color: '#345C79'

red 52 ◦ green 92 ◦ blue 121

#345C79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matisse #345C79

Tints of Matisse #345C79

RGB

 RED value IS 52 (20.7% from 255) = 19.62%

 GREEN value IS 92 (36.33% from 255) = 34.72%

 BLUE value IS 121 (47.66% from 255) = 45.66%

R = 19.62%
G = 34.72%
B = 45.66%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345C79 (or 0x345C79) is known color: Matisse. HEX triplet: 34, 5C and 79. RGB value is (52,92,121). Sum of RGB (Red+Green+Blue) = 52+92+121=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #345C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C79 is #CBA386. Grayscale: #535353. Windows color (decimal): -13345671 or 7953460. OLE color: 7953460.

HSL color Cylindrical-coordinate representation of color #345C79: hue angle of 205.22º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #345C79 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 92 121 -
CMYK 0.57 0.24 0 0.53
HSL 205.22º 0.4% 0.34% -
HSV(B) 205.22º 0.57% 0.47% -
XYZ 8.69 9.76 19.52 -
YUV 83.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 52 92 121 0.57 0.24 0 0.53 205.22 0.4 0.34
Hex 34 5C 79 39 18 0 35 CD 28 22
Octal 64 134 171 71 30 0 65 315 50 42
Binary 110100 1011100 1111001 111001 11000 0 110101 11001101 101000 100010

Color Harmonies of #345C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C79

Black with #345C79

Text Example


Text Example

White with #345C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #345C79;
 }
 .AnyTagClassName
 {
   color: #345C79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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