Html Css Color HEX #345D78 Matisse

📋 copy color: '#345D78'

red 52 ◦ green 93 ◦ blue 120

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

Shades of Matisse #345D78

Tints of Matisse #345D78

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.09%

 BLUE value IS 120 (47.27% from 255) = 45.28%

R = 19.62%
G = 35.09%
B = 45.28%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345D78 (or 0x345D78) is known color: Matisse. HEX triplet: 34, 5D and 78. RGB value is (52,93,120). Sum of RGB (Red+Green+Blue) = 52+93+120=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #345D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D78 is #CBA287. Grayscale: #535353. Windows color (decimal): -13345416 or 7888180. OLE color: 7888180.

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

Color convert

RGB 52 93 120 -
CMYK 0.57 0.22 0 0.53
HSL 203.82º 0.4% 0.34% -
HSV(B) 203.82º 0.57% 0.47% -
XYZ 8.72 9.91 19.22 -
YUV 83.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 52 93 120 0.57 0.22 0 0.53 203.82 0.4 0.34
Hex 34 5D 78 39 16 0 35 CC 28 22
Octal 64 135 170 71 26 0 65 314 50 42
Binary 110100 1011101 1111000 111001 10110 0 110101 11001100 101000 100010

Color Harmonies of #345D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D78

Black with #345D78

Text Example


Text Example

White with #345D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,93,120); }

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

background-color css

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

 a { background-color: rgb(52,93,120); }

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

border-color css

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

 span { border-color: rgb(52,93,120); }

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