Html Css Color HEX #395D82 Matisse

📋 copy color: '#395D82'

red 57 ◦ green 93 ◦ blue 130

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

Shades of Matisse #395D82

Tints of Matisse #395D82

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.21%

 BLUE value IS 130 (51.17% from 255) = 46.43%

R = 20.36%
G = 33.21%
B = 46.43%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#395D82 (or 0x395D82) is known color: Matisse. HEX triplet: 39, 5D and 82. RGB value is (57,93,130). Sum of RGB (Red+Green+Blue) = 57+93+130=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #395D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395D82 is #C6A27D. Grayscale: #565656. Windows color (decimal): -13017726 or 8543545. OLE color: 8543545.

HSL color Cylindrical-coordinate representation of color #395D82: hue angle of 210.41º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #395D82 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 93 130 -
CMYK 0.56 0.28 0 0.49
HSL 210.41º 0.39% 0.37% -
HSV(B) 210.41º 0.56% 0.51% -
XYZ 9.63 10.31 22.6 -
YUV 86.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 57 93 130 0.56 0.28 0 0.49 210.41 0.39 0.37
Hex 39 5D 82 38 1C 0 31 D2 27 25
Octal 71 135 202 70 34 0 61 322 47 45
Binary 111001 1011101 10000010 111000 11100 0 110001 11010010 100111 100101

Color Harmonies of #395D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D82

Black with #395D82

Text Example


Text Example

White with #395D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395D82; }

 p { color: rgb(57,93,130); }

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

background-color css

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

 a { background-color: rgb(57,93,130); }

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

border-color css

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

 span { border-color: rgb(57,93,130); }

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