Html Css Color HEX #385775 Matisse

📋 copy color: '#385775'

red 56 ◦ green 87 ◦ blue 117

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

Shades of Matisse #385775

Tints of Matisse #385775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45%

R = 21.54%
G = 33.46%
B = 45%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#385775 (or 0x385775) is known color: Matisse. HEX triplet: 38, 57 and 75. RGB value is (56,87,117). Sum of RGB (Red+Green+Blue) = 56+87+117=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #385775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385775 is #C7A88A. Grayscale: #515151. Windows color (decimal): -13084811 or 7690040. OLE color: 7690040.

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

Color convert

RGB 56 87 117 -
CMYK 0.52 0.26 0 0.54
HSL 209.51º 0.35% 0.34% -
HSV(B) 209.51º 0.52% 0.46% -
XYZ 8.25 8.94 18.12 -
YUV 81.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 56 87 117 0.52 0.26 0 0.54 209.51 0.35 0.34
Hex 38 57 75 34 1A 0 36 D2 23 22
Octal 70 127 165 64 32 0 66 322 43 42
Binary 111000 1010111 1110101 110100 11010 0 110110 11010010 100011 100010

Color Harmonies of #385775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385775

Black with #385775

Text Example


Text Example

White with #385775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385775; }

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

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

background-color css

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

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

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

border-color css

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

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

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