Html Css Color HEX #396078 Matisse

📋 copy color: '#396078'

red 57 ◦ green 96 ◦ blue 120

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

Shades of Matisse #396078

Tints of Matisse #396078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.16%

 BLUE value IS 120 (47.27% from 255) = 43.96%

R = 20.88%
G = 35.16%
B = 43.96%

CMYK

 C value IS 0.52

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396078 (or 0x396078) is known color: Matisse. HEX triplet: 39, 60 and 78. RGB value is (57,96,120). Sum of RGB (Red+Green+Blue) = 57+96+120=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #396078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396078 is #C69F87. Grayscale: #565656. Windows color (decimal): -13016968 or 7888953. OLE color: 7888953.

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

Color convert

RGB 57 96 120 -
CMYK 0.52 0.2 0 0.53
HSL 202.86º 0.36% 0.35% -
HSV(B) 202.86º 0.53% 0.47% -
XYZ 9.26 10.59 19.33 -
YUV 87.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 57 96 120 0.52 0.2 0 0.53 202.86 0.36 0.35
Hex 39 60 78 34 14 0 35 CB 24 23
Octal 71 140 170 64 24 0 65 313 44 43
Binary 111001 1100000 1111000 110100 10100 0 110101 11001011 100100 100011

Color Harmonies of #396078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396078

Black with #396078

Text Example


Text Example

White with #396078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396078; }

 p { color: rgb(57,96,120); }

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

background-color css

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

 a { background-color: rgb(57,96,120); }

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

border-color css

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

 span { border-color: rgb(57,96,120); }

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