Html Css Color HEX #395F79 Matisse

📋 copy color: '#395F79'

red 57 ◦ green 95 ◦ blue 121

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

Shades of Matisse #395F79

Tints of Matisse #395F79

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.8%

 BLUE value IS 121 (47.66% from 255) = 44.32%

R = 20.88%
G = 34.8%
B = 44.32%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#395F79 (or 0x395F79) is known color: Matisse. HEX triplet: 39, 5F and 79. RGB value is (57,95,121). Sum of RGB (Red+Green+Blue) = 57+95+121=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #395F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F79 is #C6A086. Grayscale: #565656. Windows color (decimal): -13017223 or 7954233. OLE color: 7954233.

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

Color convert

RGB 57 95 121 -
CMYK 0.53 0.21 0 0.53
HSL 204.38º 0.36% 0.35% -
HSV(B) 204.38º 0.53% 0.47% -
XYZ 9.23 10.43 19.62 -
YUV 86.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 57 95 121 0.53 0.21 0 0.53 204.38 0.36 0.35
Hex 39 5F 79 35 15 0 35 CC 24 23
Octal 71 137 171 65 25 0 65 314 44 43
Binary 111001 1011111 1111001 110101 10101 0 110101 11001100 100100 100011

Color Harmonies of #395F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395F79

Black with #395F79

Text Example


Text Example

White with #395F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395F79; }

 p { color: rgb(57,95,121); }

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

background-color css

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

 a { background-color: rgb(57,95,121); }

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

border-color css

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

 span { border-color: rgb(57,95,121); }

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