Html Css Color HEX #396380 Matisse

📋 copy color: '#396380'

red 57 ◦ green 99 ◦ blue 128

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

Shades of Matisse #396380

Tints of Matisse #396380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.86%

 BLUE value IS 128 (50.39% from 255) = 45.07%

R = 20.07%
G = 34.86%
B = 45.07%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#396380 (or 0x396380) is known color: Matisse. HEX triplet: 39, 63 and 80. RGB value is (57,99,128). Sum of RGB (Red+Green+Blue) = 57+99+128=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #396380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396380 is #C69C7F. Grayscale: #595959. Windows color (decimal): -13016192 or 8414009. OLE color: 8414009.

HSL color Cylindrical-coordinate representation of color #396380: hue angle of 204.51º 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 #396380 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 99 128 -
CMYK 0.55 0.23 0 0.50
HSL 204.51º 0.38% 0.36% -
HSV(B) 204.51º 0.55% 0.5% -
XYZ 10.05 11.35 22.08 -
YUV 89.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 57 99 128 0.55 0.23 0 0.50 204.51 0.38 0.36
Hex 39 63 80 37 17 0 32 CD 26 24
Octal 71 143 200 67 27 0 62 315 46 44
Binary 111001 1100011 10000000 110111 10111 0 110010 11001101 100110 100100

Color Harmonies of #396380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396380

Black with #396380

Text Example


Text Example

White with #396380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396380; }

 p { color: rgb(57,99,128); }

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

background-color css

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

 a { background-color: rgb(57,99,128); }

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

border-color css

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

 span { border-color: rgb(57,99,128); }

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