Html Css Color HEX #345579 Matisse

📋 copy color: '#345579'

red 52 ◦ green 85 ◦ blue 121

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

Shades of Matisse #345579

Tints of Matisse #345579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.95%

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

R = 20.16%
G = 32.95%
B = 46.9%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345579 (or 0x345579) is known color: Matisse. HEX triplet: 34, 55 and 79. RGB value is (52,85,121). Sum of RGB (Red+Green+Blue) = 52+85+121=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #345579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345579 is #CBAA86. Grayscale: #4F4F4F. Windows color (decimal): -13347463 or 7951668. OLE color: 7951668.

HSL color Cylindrical-coordinate representation of color #345579: hue angle of 211.3º 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 #345579 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 85 121 -
CMYK 0.57 0.30 0 0.53
HSL 211.3º 0.4% 0.34% -
HSV(B) 211.3º 0.57% 0.47% -
XYZ 8.12 8.61 19.32 -
YUV 79.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 52 85 121 0.57 0.30 0 0.53 211.3 0.4 0.34
Hex 34 55 79 39 1E 0 35 D3 28 22
Octal 64 125 171 71 36 0 65 323 50 42
Binary 110100 1010101 1111001 111001 11110 0 110101 11010011 101000 100010

Color Harmonies of #345579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345579

Black with #345579

Text Example


Text Example

White with #345579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345579; }

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

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

background-color css

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

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

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

border-color css

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

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

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