Html Css Color HEX #395675 Matisse

📋 copy color: '#395675'

red 57 ◦ green 86 ◦ blue 117

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

Shades of Matisse #395675

Tints of Matisse #395675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.08%

 BLUE value IS 117 (46.09% from 255) = 45%

R = 21.92%
G = 33.08%
B = 45%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#395675 (or 0x395675) is known color: Matisse. HEX triplet: 39, 56 and 75. RGB value is (57,86,117). Sum of RGB (Red+Green+Blue) = 57+86+117=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #395675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395675 is #C6A98A. Grayscale: #505050. Windows color (decimal): -13019531 or 7689785. OLE color: 7689785.

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

Color convert

RGB 57 86 117 -
CMYK 0.51 0.26 0 0.54
HSL 211º 0.34% 0.34% -
HSV(B) 211º 0.51% 0.46% -
XYZ 8.23 8.81 18.1 -
YUV 80.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 57 86 117 0.51 0.26 0 0.54 211 0.34 0.34
Hex 39 56 75 33 1A 0 36 D3 22 22
Octal 71 126 165 63 32 0 66 323 42 42
Binary 111001 1010110 1110101 110011 11010 0 110110 11010011 100010 100010

Color Harmonies of #395675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395675

Black with #395675

Text Example


Text Example

White with #395675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395675; }

 p { color: rgb(57,86,117); }

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

background-color css

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

 a { background-color: rgb(57,86,117); }

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

border-color css

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

 span { border-color: rgb(57,86,117); }

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