Html Css Color HEX #395371 Matisse

📋 copy color: '#395371'

red 57 ◦ green 83 ◦ blue 113

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

Shades of Matisse #395371

Tints of Matisse #395371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

 BLUE value IS 113 (44.53% from 255) = 44.66%

R = 22.53%
G = 32.81%
B = 44.66%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#395371 (or 0x395371) is known color: Matisse. HEX triplet: 39, 53 and 71. RGB value is (57,83,113). Sum of RGB (Red+Green+Blue) = 57+83+113=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #395371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395371 is #C6AC8E. Grayscale: #4E4E4E. Windows color (decimal): -13020303 or 7426873. OLE color: 7426873.

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

Color convert

RGB 57 83 113 -
CMYK 0.50 0.27 0 0.56
HSL 212.14º 0.33% 0.33% -
HSV(B) 212.14º 0.5% 0.44% -
XYZ 7.76 8.25 16.81 -
YUV 78.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 57 83 113 0.50 0.27 0 0.56 212.14 0.33 0.33
Hex 39 53 71 32 1B 0 38 D4 21 21
Octal 71 123 161 62 33 0 70 324 41 41
Binary 111001 1010011 1110001 110010 11011 0 111000 11010100 100001 100001

Color Harmonies of #395371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395371

Black with #395371

Text Example


Text Example

White with #395371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395371; }

 p { color: rgb(57,83,113); }

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

background-color css

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

 a { background-color: rgb(57,83,113); }

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

border-color css

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

 span { border-color: rgb(57,83,113); }

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