Html Css Color HEX #345679 Matisse

📋 copy color: '#345679'

red 52 ◦ green 86 ◦ blue 121

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

Shades of Matisse #345679

Tints of Matisse #345679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.2%

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

R = 20.08%
G = 33.2%
B = 46.72%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345679 (or 0x345679) is known color: Matisse. HEX triplet: 34, 56 and 79. RGB value is (52,86,121). Sum of RGB (Red+Green+Blue) = 52+86+121=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #345679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345679 is #CBA986. Grayscale: #4F4F4F. Windows color (decimal): -13347207 or 7951924. OLE color: 7951924.

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

Color convert

RGB 52 86 121 -
CMYK 0.57 0.29 0 0.53
HSL 210.43º 0.4% 0.34% -
HSV(B) 210.43º 0.57% 0.47% -
XYZ 8.2 8.77 19.35 -
YUV 79.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 52 86 121 0.57 0.29 0 0.53 210.43 0.4 0.34
Hex 34 56 79 39 1D 0 35 D2 28 22
Octal 64 126 171 71 35 0 65 322 50 42
Binary 110100 1010110 1111001 111001 11101 0 110101 11010010 101000 100010

Color Harmonies of #345679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345679

Black with #345679

Text Example


Text Example

White with #345679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345679; }

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

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

background-color css

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

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

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

border-color css

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

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

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