Html Css Color HEX #345D77 Matisse

📋 copy color: '#345D77'

red 52 ◦ green 93 ◦ blue 119

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

Shades of Matisse #345D77

Tints of Matisse #345D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.08%

R = 19.7%
G = 35.23%
B = 45.08%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345D77 (or 0x345D77) is known color: Matisse. HEX triplet: 34, 5D and 77. RGB value is (52,93,119). Sum of RGB (Red+Green+Blue) = 52+93+119=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #345D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D77 is #CBA288. Grayscale: #535353. Windows color (decimal): -13345417 or 7822644. OLE color: 7822644.

HSL color Cylindrical-coordinate representation of color #345D77: hue angle of 203.28º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345D77 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 93 119 -
CMYK 0.56 0.22 0 0.53
HSL 203.28º 0.39% 0.34% -
HSV(B) 203.28º 0.56% 0.47% -
XYZ 8.66 9.89 18.91 -
YUV 83.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 52 93 119 0.56 0.22 0 0.53 203.28 0.39 0.34
Hex 34 5D 77 38 16 0 35 CB 27 22
Octal 64 135 167 70 26 0 65 313 47 42
Binary 110100 1011101 1110111 111000 10110 0 110101 11001011 100111 100010

Color Harmonies of #345D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D77

Black with #345D77

Text Example


Text Example

White with #345D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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