Html Css Color HEX #395770 Matisse

📋 copy color: '#395770'

red 57 ◦ green 87 ◦ blue 112

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

Shades of Matisse #395770

Tints of Matisse #395770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.98%

 BLUE value IS 112 (44.14% from 255) = 43.75%

R = 22.27%
G = 33.98%
B = 43.75%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#395770 (or 0x395770) is known color: Matisse. HEX triplet: 39, 57 and 70. RGB value is (57,87,112). Sum of RGB (Red+Green+Blue) = 57+87+112=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #395770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395770 is #C6A88F. Grayscale: #505050. Windows color (decimal): -13019280 or 7362361. OLE color: 7362361.

HSL color Cylindrical-coordinate representation of color #395770: hue angle of 207.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #395770 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 87 112 -
CMYK 0.49 0.22 0 0.56
HSL 207.27º 0.33% 0.33% -
HSV(B) 207.27º 0.49% 0.44% -
XYZ 8.02 8.86 16.62 -
YUV 80.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 57 87 112 0.49 0.22 0 0.56 207.27 0.33 0.33
Hex 39 57 70 31 16 0 38 CF 21 21
Octal 71 127 160 61 26 0 70 317 41 41
Binary 111001 1010111 1110000 110001 10110 0 111000 11001111 100001 100001

Color Harmonies of #395770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395770

Black with #395770

Text Example


Text Example

White with #395770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395770; }

 p { color: rgb(57,87,112); }

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

background-color css

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

 a { background-color: rgb(57,87,112); }

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

border-color css

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

 span { border-color: rgb(57,87,112); }

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