Html Css Color HEX #395B84 Matisse

📋 copy color: '#395B84'

red 57 ◦ green 91 ◦ blue 132

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

Shades of Matisse #395B84

Tints of Matisse #395B84

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.5%

 BLUE value IS 132 (51.95% from 255) = 47.14%

R = 20.36%
G = 32.5%
B = 47.14%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#395B84 (or 0x395B84) is known color: Matisse. HEX triplet: 39, 5B and 84. RGB value is (57,91,132). Sum of RGB (Red+Green+Blue) = 57+91+132=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #395B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395B84 is #C6A47B. Grayscale: #555555. Windows color (decimal): -13018236 or 8674105. OLE color: 8674105.

HSL color Cylindrical-coordinate representation of color #395B84: hue angle of 212.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #395B84 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 91 132 -
CMYK 0.57 0.31 0 0.48
HSL 212.8º 0.4% 0.37% -
HSV(B) 212.8º 0.57% 0.52% -
XYZ 9.59 10.02 23.26 -
YUV 85.51 154.24 107.67 -
System Red Green Blue C M Y K H S L
Decimal 57 91 132 0.57 0.31 0 0.48 212.8 0.4 0.37
Hex 39 5B 84 39 1F 0 30 D5 28 25
Octal 71 133 204 71 37 0 60 325 50 45
Binary 111001 1011011 10000100 111001 11111 0 110000 11010101 101000 100101

Color Harmonies of #395B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B84

Black with #395B84

Text Example


Text Example

White with #395B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,91,132); }

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

background-color css

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

 a { background-color: rgb(57,91,132); }

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

border-color css

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

 span { border-color: rgb(57,91,132); }

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