Html Css Color HEX #395673 Matisse

📋 copy color: '#395673'

red 57 ◦ green 86 ◦ blue 115

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

Shades of Matisse #395673

Tints of Matisse #395673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.57%

R = 22.09%
G = 33.33%
B = 44.57%

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

#395673 (or 0x395673) is known color: Matisse. HEX triplet: 39, 56 and 73. RGB value is (57,86,115). Sum of RGB (Red+Green+Blue) = 57+86+115=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #395673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395673 is #C6A98C. Grayscale: #505050. Windows color (decimal): -13019533 or 7558713. OLE color: 7558713.

HSL color Cylindrical-coordinate representation of color #395673: hue angle of 210º degrees, saturation: 0.34, 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 #395673 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 86 115 -
CMYK 0.50 0.25 0 0.55
HSL 210º 0.34% 0.34% -
HSV(B) 210º 0.5% 0.45% -
XYZ 8.11 8.76 17.48 -
YUV 80.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 57 86 115 0.50 0.25 0 0.55 210 0.34 0.34
Hex 39 56 73 32 19 0 37 D2 22 22
Octal 71 126 163 62 31 0 67 322 42 42
Binary 111001 1010110 1110011 110010 11001 0 110111 11010010 100010 100010

Color Harmonies of #395673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395673

Black with #395673

Text Example


Text Example

White with #395673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395673; }

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

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

background-color css

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

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

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

border-color css

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

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

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