Html Css Color HEX #395776 Matisse

📋 copy color: '#395776'

red 57 ◦ green 87 ◦ blue 118

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

Shades of Matisse #395776

Tints of Matisse #395776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.04%

R = 21.76%
G = 33.21%
B = 45.04%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#395776 (or 0x395776) is known color: Matisse. HEX triplet: 39, 57 and 76. RGB value is (57,87,118). Sum of RGB (Red+Green+Blue) = 57+87+118=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #395776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395776 is #C6A889. Grayscale: #515151. Windows color (decimal): -13019274 or 7755577. OLE color: 7755577.

HSL color Cylindrical-coordinate representation of color #395776: hue angle of 210.49º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #395776 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 87 118 -
CMYK 0.52 0.26 0 0.54
HSL 210.49º 0.35% 0.34% -
HSV(B) 210.49º 0.52% 0.46% -
XYZ 8.37 8.99 18.43 -
YUV 81.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 57 87 118 0.52 0.26 0 0.54 210.49 0.35 0.34
Hex 39 57 76 34 1A 0 36 D2 23 22
Octal 71 127 166 64 32 0 66 322 43 42
Binary 111001 1010111 1110110 110100 11010 0 110110 11010010 100011 100010

Color Harmonies of #395776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395776

Black with #395776

Text Example


Text Example

White with #395776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395776; }

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

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

background-color css

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

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

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

border-color css

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

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

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