Html Css Color HEX #345E78 Matisse

📋 copy color: '#345E78'

red 52 ◦ green 94 ◦ blue 120

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

Shades of Matisse #345E78

Tints of Matisse #345E78

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.34%

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

R = 19.55%
G = 35.34%
B = 45.11%

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

#345E78 (or 0x345E78) is known color: Matisse. HEX triplet: 34, 5E and 78. RGB value is (52,94,120). Sum of RGB (Red+Green+Blue) = 52+94+120=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #345E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E78 is #CBA187. Grayscale: #545454. Windows color (decimal): -13345160 or 7888436. OLE color: 7888436.

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

Color convert

RGB 52 94 120 -
CMYK 0.57 0.22 0 0.53
HSL 202.94º 0.4% 0.34% -
HSV(B) 202.94º 0.57% 0.47% -
XYZ 8.81 10.09 19.25 -
YUV 84.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 52 94 120 0.57 0.22 0 0.53 202.94 0.4 0.34
Hex 34 5E 78 39 16 0 35 CB 28 22
Octal 64 136 170 71 26 0 65 313 50 42
Binary 110100 1011110 1111000 111001 10110 0 110101 11001011 101000 100010

Color Harmonies of #345E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E78

Black with #345E78

Text Example


Text Example

White with #345E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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