Html Css Color HEX #395677 Matisse

📋 copy color: '#395677'

red 57 ◦ green 86 ◦ blue 119

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

Shades of Matisse #395677

Tints of Matisse #395677

RGB

 RED value IS 57 (22.66% from 255) = 21.76%

 GREEN value IS 86 (33.98% from 255) = 32.82%

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

R = 21.76%
G = 32.82%
B = 45.42%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#395677 (or 0x395677) is known color: Matisse. HEX triplet: 39, 56 and 77. RGB value is (57,86,119). Sum of RGB (Red+Green+Blue) = 57+86+119=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 86 (33.98% from 255 or 32.82% 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 #395677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395677 is #C6A988. Grayscale: #505050. Windows color (decimal): -13019529 or 7820857. OLE color: 7820857.

HSL color Cylindrical-coordinate representation of color #395677: hue angle of 211.94º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #395677 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 86 119 -
CMYK 0.52 0.28 0 0.53
HSL 211.94º 0.35% 0.35% -
HSV(B) 211.94º 0.52% 0.47% -
XYZ 8.34 8.86 18.72 -
YUV 81.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 57 86 119 0.52 0.28 0 0.53 211.94 0.35 0.35
Hex 39 56 77 34 1C 0 35 D4 23 23
Octal 71 126 167 64 34 0 65 324 43 43
Binary 111001 1010110 1110111 110100 11100 0 110101 11010100 100011 100011

Color Harmonies of #395677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395677

Black with #395677

Text Example


Text Example

White with #395677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395677; }

 p { color: rgb(57,86,119); }

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

background-color css

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

 a { background-color: rgb(57,86,119); }

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

border-color css

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

 span { border-color: rgb(57,86,119); }

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