Html Css Color HEX #395979 Matisse

📋 copy color: '#395979'

red 57 ◦ green 89 ◦ blue 121

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

Shades of Matisse #395979

Tints of Matisse #395979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.33%

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

R = 21.35%
G = 33.33%
B = 45.32%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#395979 (or 0x395979) is known color: Matisse. HEX triplet: 39, 59 and 79. RGB value is (57,89,121). Sum of RGB (Red+Green+Blue) = 57+89+121=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #395979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395979 is #C6A686. Grayscale: #525252. Windows color (decimal): -13018759 or 7952697. OLE color: 7952697.

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

Color convert

RGB 57 89 121 -
CMYK 0.53 0.26 0 0.53
HSL 210º 0.36% 0.35% -
HSV(B) 210º 0.53% 0.47% -
XYZ 8.71 9.4 19.44 -
YUV 83.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 57 89 121 0.53 0.26 0 0.53 210 0.36 0.35
Hex 39 59 79 35 1A 0 35 D2 24 23
Octal 71 131 171 65 32 0 65 322 44 43
Binary 111001 1011001 1111001 110101 11010 0 110101 11010010 100100 100011

Color Harmonies of #395979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395979

Black with #395979

Text Example


Text Example

White with #395979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395979; }

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

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

background-color css

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

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

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

border-color css

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

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

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