Html Css Color HEX #395978 Matisse

📋 copy color: '#395978'

red 57 ◦ green 89 ◦ blue 120

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

Shades of Matisse #395978

Tints of Matisse #395978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.11%

R = 21.43%
G = 33.46%
B = 45.11%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#395978 (or 0x395978) is known color: Matisse. HEX triplet: 39, 59 and 78. RGB value is (57,89,120). Sum of RGB (Red+Green+Blue) = 57+89+120=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #395978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395978 is #C6A687. Grayscale: #525252. Windows color (decimal): -13018760 or 7887161. OLE color: 7887161.

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

Color convert

RGB 57 89 120 -
CMYK 0.52 0.26 0 0.53
HSL 209.52º 0.36% 0.35% -
HSV(B) 209.52º 0.53% 0.47% -
XYZ 8.65 9.37 19.12 -
YUV 82.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 57 89 120 0.52 0.26 0 0.53 209.52 0.36 0.35
Hex 39 59 78 34 1A 0 35 D2 24 23
Octal 71 131 170 64 32 0 65 322 44 43
Binary 111001 1011001 1111000 110100 11010 0 110101 11010010 100100 100011

Color Harmonies of #395978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395978

Black with #395978

Text Example


Text Example

White with #395978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395978; }

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

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

background-color css

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

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

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

border-color css

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

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

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