Html Css Color HEX #396383 Matisse

📋 copy color: '#396383'

red 57 ◦ green 99 ◦ blue 131

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

Shades of Matisse #396383

Tints of Matisse #396383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.64%

R = 19.86%
G = 34.49%
B = 45.64%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#396383 (or 0x396383) is known color: Matisse. HEX triplet: 39, 63 and 83. RGB value is (57,99,131). Sum of RGB (Red+Green+Blue) = 57+99+131=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #396383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396383 is #C69C7C. Grayscale: #595959. Windows color (decimal): -13016189 or 8610617. OLE color: 8610617.

HSL color Cylindrical-coordinate representation of color #396383: hue angle of 205.95º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #396383 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 99 131 -
CMYK 0.56 0.24 0 0.49
HSL 205.95º 0.39% 0.37% -
HSV(B) 205.95º 0.56% 0.51% -
XYZ 10.25 11.43 23.14 -
YUV 90.09 151.09 104.4 -
System Red Green Blue C M Y K H S L
Decimal 57 99 131 0.56 0.24 0 0.49 205.95 0.39 0.37
Hex 39 63 83 38 18 0 31 CE 27 25
Octal 71 143 203 70 30 0 61 316 47 45
Binary 111001 1100011 10000011 111000 11000 0 110001 11001110 100111 100101

Color Harmonies of #396383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396383

Black with #396383

Text Example


Text Example

White with #396383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396383; }

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

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

background-color css

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

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

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

border-color css

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

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

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