Html Css Color HEX #385774 Matisse

📋 copy color: '#385774'

red 56 ◦ green 87 ◦ blue 116

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

Shades of Matisse #385774

Tints of Matisse #385774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.59%

 BLUE value IS 116 (45.7% from 255) = 44.79%

R = 21.62%
G = 33.59%
B = 44.79%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#385774 (or 0x385774) is known color: Matisse. HEX triplet: 38, 57 and 74. RGB value is (56,87,116). Sum of RGB (Red+Green+Blue) = 56+87+116=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #385774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385774 is #C7A88B. Grayscale: #505050. Windows color (decimal): -13084812 or 7624504. OLE color: 7624504.

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

Color convert

RGB 56 87 116 -
CMYK 0.52 0.25 0 0.55
HSL 209º 0.35% 0.34% -
HSV(B) 209º 0.52% 0.45% -
XYZ 8.19 8.92 17.81 -
YUV 81.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 56 87 116 0.52 0.25 0 0.55 209 0.35 0.34
Hex 38 57 74 34 19 0 37 D1 23 22
Octal 70 127 164 64 31 0 67 321 43 42
Binary 111000 1010111 1110100 110100 11001 0 110111 11010001 100011 100010

Color Harmonies of #385774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385774

Black with #385774

Text Example


Text Example

White with #385774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385774; }

 p { color: rgb(56,87,116); }

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

background-color css

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

 a { background-color: rgb(56,87,116); }

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

border-color css

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

 span { border-color: rgb(56,87,116); }

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