Html Css Color HEX #345C78 Matisse

📋 copy color: '#345C78'

red 52 ◦ green 92 ◦ blue 120

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

Shades of Matisse #345C78

Tints of Matisse #345C78

RGB

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

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

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

R = 19.7%
G = 34.85%
B = 45.45%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345C78 (or 0x345C78) is known color: Matisse. HEX triplet: 34, 5C and 78. RGB value is (52,92,120). Sum of RGB (Red+Green+Blue) = 52+92+120=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #345C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C78 is #CBA387. Grayscale: #535353. Windows color (decimal): -13345672 or 7887924. OLE color: 7887924.

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

Color convert

RGB 52 92 120 -
CMYK 0.57 0.23 0 0.53
HSL 204.71º 0.4% 0.34% -
HSV(B) 204.71º 0.57% 0.47% -
XYZ 8.63 9.74 19.19 -
YUV 83.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 52 92 120 0.57 0.23 0 0.53 204.71 0.4 0.34
Hex 34 5C 78 39 17 0 35 CD 28 22
Octal 64 134 170 71 27 0 65 315 50 42
Binary 110100 1011100 1111000 111001 10111 0 110101 11001101 101000 100010

Color Harmonies of #345C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C78

Black with #345C78

Text Example


Text Example

White with #345C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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