Html Css Color HEX #395B76 Matisse

📋 copy color: '#395B76'

red 57 ◦ green 91 ◦ blue 118

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

Shades of Matisse #395B76

Tints of Matisse #395B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.36%

R = 21.43%
G = 34.21%
B = 44.36%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#395B76 (or 0x395B76) is known color: Matisse. HEX triplet: 39, 5B and 76. RGB value is (57,91,118). Sum of RGB (Red+Green+Blue) = 57+91+118=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #395B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B76 is #C6A489. Grayscale: #535353. Windows color (decimal): -13018250 or 7756601. OLE color: 7756601.

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

Color convert

RGB 57 91 118 -
CMYK 0.52 0.23 0 0.54
HSL 206.56º 0.35% 0.34% -
HSV(B) 206.56º 0.52% 0.46% -
XYZ 8.7 9.66 18.55 -
YUV 83.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 57 91 118 0.52 0.23 0 0.54 206.56 0.35 0.34
Hex 39 5B 76 34 17 0 36 CF 23 22
Octal 71 133 166 64 27 0 66 317 43 42
Binary 111001 1011011 1110110 110100 10111 0 110110 11001111 100011 100010

Color Harmonies of #395B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B76

Black with #395B76

Text Example


Text Example

White with #395B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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