Html Css Color HEX #385673 Matisse

📋 copy color: '#385673'

red 56 ◦ green 86 ◦ blue 115

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

Shades of Matisse #385673

Tints of Matisse #385673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.46%

 BLUE value IS 115 (45.31% from 255) = 44.75%

R = 21.79%
G = 33.46%
B = 44.75%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#385673 (or 0x385673) is known color: Matisse. HEX triplet: 38, 56 and 73. RGB value is (56,86,115). Sum of RGB (Red+Green+Blue) = 56+86+115=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #385673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385673 is #C7A98C. Grayscale: #505050. Windows color (decimal): -13085069 or 7558712. OLE color: 7558712.

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

Color convert

RGB 56 86 115 -
CMYK 0.51 0.25 0 0.55
HSL 209.49º 0.35% 0.34% -
HSV(B) 209.49º 0.51% 0.45% -
XYZ 8.05 8.73 17.48 -
YUV 80.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 56 86 115 0.51 0.25 0 0.55 209.49 0.35 0.34
Hex 38 56 73 33 19 0 37 D1 23 22
Octal 70 126 163 63 31 0 67 321 43 42
Binary 111000 1010110 1110011 110011 11001 0 110111 11010001 100011 100010

Color Harmonies of #385673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385673

Black with #385673

Text Example


Text Example

White with #385673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385673; }

 p { color: rgb(56,86,115); }

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

background-color css

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

 a { background-color: rgb(56,86,115); }

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

border-color css

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

 span { border-color: rgb(56,86,115); }

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