Html Css Color HEX #385972 Matisse

📋 copy color: '#385972'

red 56 ◦ green 89 ◦ blue 114

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

Shades of Matisse #385972

Tints of Matisse #385972

RGB

 RED value IS 56 (22.27% from 255) = 21.62%

 GREEN value IS 89 (35.16% from 255) = 34.36%

 BLUE value IS 114 (44.92% from 255) = 44.02%

R = 21.62%
G = 34.36%
B = 44.02%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#385972 (or 0x385972) is known color: Matisse. HEX triplet: 38, 59 and 72. RGB value is (56,89,114). Sum of RGB (Red+Green+Blue) = 56+89+114=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #385972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385972 is #C7A68D. Grayscale: #515151. Windows color (decimal): -13084302 or 7493944. OLE color: 7493944.

HSL color Cylindrical-coordinate representation of color #385972: hue angle of 205.86º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #385972 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 89 114 -
CMYK 0.51 0.22 0 0.55
HSL 205.86º 0.34% 0.33% -
HSV(B) 205.86º 0.51% 0.45% -
XYZ 8.24 9.2 17.26 -
YUV 81.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 56 89 114 0.51 0.22 0 0.55 205.86 0.34 0.33
Hex 38 59 72 33 16 0 37 CE 22 21
Octal 70 131 162 63 26 0 67 316 42 41
Binary 111000 1011001 1110010 110011 10110 0 110111 11001110 100010 100001

Color Harmonies of #385972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385972

Black with #385972

Text Example


Text Example

White with #385972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385972; }

 p { color: rgb(56,89,114); }

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

background-color css

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

 a { background-color: rgb(56,89,114); }

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

border-color css

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

 span { border-color: rgb(56,89,114); }

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