Html Css Color HEX #345B77 Matisse

📋 copy color: '#345B77'

red 52 ◦ green 91 ◦ blue 119

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

Shades of Matisse #345B77

Tints of Matisse #345B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.73%

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

R = 19.85%
G = 34.73%
B = 45.42%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345B77 (or 0x345B77) is known color: Matisse. HEX triplet: 34, 5B and 77. RGB value is (52,91,119). Sum of RGB (Red+Green+Blue) = 52+91+119=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #345B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B77 is #CBA488. Grayscale: #525252. Windows color (decimal): -13345929 or 7822132. OLE color: 7822132.

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

Color convert

RGB 52 91 119 -
CMYK 0.56 0.24 0 0.53
HSL 205.07º 0.39% 0.34% -
HSV(B) 205.07º 0.56% 0.47% -
XYZ 8.49 9.54 18.85 -
YUV 82.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 52 91 119 0.56 0.24 0 0.53 205.07 0.39 0.34
Hex 34 5B 77 38 18 0 35 CD 27 22
Octal 64 133 167 70 30 0 65 315 47 42
Binary 110100 1011011 1110111 111000 11000 0 110101 11001101 100111 100010

Color Harmonies of #345B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345B77

Black with #345B77

Text Example


Text Example

White with #345B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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