Html Css Color HEX #395672 Matisse

📋 copy color: '#395672'

red 57 ◦ green 86 ◦ blue 114

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

Shades of Matisse #395672

Tints of Matisse #395672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.36%

R = 22.18%
G = 33.46%
B = 44.36%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#395672 (or 0x395672) is known color: Matisse. HEX triplet: 39, 56 and 72. RGB value is (57,86,114). Sum of RGB (Red+Green+Blue) = 57+86+114=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #395672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395672 is #C6A98D. Grayscale: #505050. Windows color (decimal): -13019534 or 7493177. OLE color: 7493177.

HSL color Cylindrical-coordinate representation of color #395672: hue angle of 209.47º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395672 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 86 114 -
CMYK 0.50 0.25 0 0.55
HSL 209.47º 0.33% 0.34% -
HSV(B) 209.47º 0.5% 0.45% -
XYZ 8.05 8.74 17.18 -
YUV 80.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 57 86 114 0.50 0.25 0 0.55 209.47 0.33 0.34
Hex 39 56 72 32 19 0 37 D1 21 22
Octal 71 126 162 62 31 0 67 321 41 42
Binary 111001 1010110 1110010 110010 11001 0 110111 11010001 100001 100010

Color Harmonies of #395672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395672

Black with #395672

Text Example


Text Example

White with #395672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395672; }

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

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

background-color css

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

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

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

border-color css

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

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

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