Html Css Color HEX #395679 Matisse

📋 copy color: '#395679'

red 57 ◦ green 86 ◦ blue 121

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

Shades of Matisse #395679

Tints of Matisse #395679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 45.83%

R = 21.59%
G = 32.58%
B = 45.83%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#395679 (or 0x395679) is known color: Matisse. HEX triplet: 39, 56 and 79. RGB value is (57,86,121). Sum of RGB (Red+Green+Blue) = 57+86+121=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 121 - color contains mainly: blue. Hex color #395679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395679 is #C6A986. Grayscale: #515151. Windows color (decimal): -13019527 or 7951929. OLE color: 7951929.

HSL color Cylindrical-coordinate representation of color #395679: hue angle of 212.81º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #395679 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 86 121 -
CMYK 0.53 0.29 0 0.53
HSL 212.81º 0.36% 0.35% -
HSV(B) 212.81º 0.53% 0.47% -
XYZ 8.47 8.91 19.36 -
YUV 81.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 57 86 121 0.53 0.29 0 0.53 212.81 0.36 0.35
Hex 39 56 79 35 1D 0 35 D5 24 23
Octal 71 126 171 65 35 0 65 325 44 43
Binary 111001 1010110 1111001 110101 11101 0 110101 11010101 100100 100011

Color Harmonies of #395679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395679

Black with #395679

Text Example


Text Example

White with #395679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395679; }

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

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

background-color css

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

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

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

border-color css

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

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

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