Html Css Color HEX #385871 Matisse

📋 copy color: '#385871'

red 56 ◦ green 88 ◦ blue 113

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

Shades of Matisse #385871

Tints of Matisse #385871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.24%

 BLUE value IS 113 (44.53% from 255) = 43.97%

R = 21.79%
G = 34.24%
B = 43.97%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#385871 (or 0x385871) is known color: Matisse. HEX triplet: 38, 58 and 71. RGB value is (56,88,113). Sum of RGB (Red+Green+Blue) = 56+88+113=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #385871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385871 is #C7A78E. Grayscale: #515151. Windows color (decimal): -13084559 or 7428152. OLE color: 7428152.

HSL color Cylindrical-coordinate representation of color #385871: hue angle of 206.32º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #385871 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 88 113 -
CMYK 0.50 0.22 0 0.56
HSL 206.32º 0.34% 0.33% -
HSV(B) 206.32º 0.5% 0.44% -
XYZ 8.1 9.01 16.94 -
YUV 81.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 56 88 113 0.50 0.22 0 0.56 206.32 0.34 0.33
Hex 38 58 71 32 16 0 38 CE 22 21
Octal 70 130 161 62 26 0 70 316 42 41
Binary 111000 1011000 1110001 110010 10110 0 111000 11001110 100010 100001

Color Harmonies of #385871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385871

Black with #385871

Text Example


Text Example

White with #385871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385871; }

 p { color: rgb(56,88,113); }

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

background-color css

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

 a { background-color: rgb(56,88,113); }

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

border-color css

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

 span { border-color: rgb(56,88,113); }

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