Html Css Color HEX #395B7F Matisse

📋 copy color: '#395B7F'

red 57 ◦ green 91 ◦ blue 127

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

Shades of Matisse #395B7F

Tints of Matisse #395B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.18%

R = 20.73%
G = 33.09%
B = 46.18%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#395B7F (or 0x395B7F) is known color: Matisse. HEX triplet: 39, 5B and 7F. RGB value is (57,91,127). Sum of RGB (Red+Green+Blue) = 57+91+127=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #395B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B7F is #C6A480. Grayscale: #545454. Windows color (decimal): -13018241 or 8346425. OLE color: 8346425.

HSL color Cylindrical-coordinate representation of color #395B7F: hue angle of 210.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #395B7F is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 91 127 -
CMYK 0.55 0.28 0 0.50
HSL 210.86º 0.38% 0.36% -
HSV(B) 210.86º 0.55% 0.5% -
XYZ 9.26 9.88 21.5 -
YUV 84.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 57 91 127 0.55 0.28 0 0.50 210.86 0.38 0.36
Hex 39 5B 7F 37 1C 0 32 D3 26 24
Octal 71 133 177 67 34 0 62 323 46 44
Binary 111001 1011011 1111111 110111 11100 0 110010 11010011 100110 100100

Color Harmonies of #395B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B7F

Black with #395B7F

Text Example


Text Example

White with #395B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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