Html Css Color HEX #385371 Matisse

📋 copy color: '#385371'

red 56 ◦ green 83 ◦ blue 113

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

Shades of Matisse #385371

Tints of Matisse #385371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

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

R = 22.22%
G = 32.94%
B = 44.84%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#385371 (or 0x385371) is known color: Matisse. HEX triplet: 38, 53 and 71. RGB value is (56,83,113). Sum of RGB (Red+Green+Blue) = 56+83+113=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #385371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385371 is #C7AC8E. Grayscale: #4E4E4E. Windows color (decimal): -13085839 or 7426872. OLE color: 7426872.

HSL color Cylindrical-coordinate representation of color #385371: hue angle of 211.58º 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 #385371 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 83 113 -
CMYK 0.50 0.27 0 0.56
HSL 211.58º 0.34% 0.33% -
HSV(B) 211.58º 0.5% 0.44% -
XYZ 7.7 8.22 16.8 -
YUV 78.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 56 83 113 0.50 0.27 0 0.56 211.58 0.34 0.33
Hex 38 53 71 32 1B 0 38 D4 22 21
Octal 70 123 161 62 33 0 70 324 42 41
Binary 111000 1010011 1110001 110010 11011 0 111000 11010100 100010 100001

Color Harmonies of #385371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385371

Black with #385371

Text Example


Text Example

White with #385371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385371; }

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

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

background-color css

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

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

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

border-color css

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

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

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