Html Css Color HEX #385471 Matisse

📋 copy color: '#385471'

red 56 ◦ green 84 ◦ blue 113

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

Shades of Matisse #385471

Tints of Matisse #385471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

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

R = 22.13%
G = 33.2%
B = 44.66%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#385471 (or 0x385471) is known color: Matisse. HEX triplet: 38, 54 and 71. RGB value is (56,84,113). Sum of RGB (Red+Green+Blue) = 56+84+113=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #385471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385471 is #C7AB8E. Grayscale: #4E4E4E. Windows color (decimal): -13085583 or 7427128. OLE color: 7427128.

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

Color convert

RGB 56 84 113 -
CMYK 0.50 0.26 0 0.56
HSL 210.53º 0.34% 0.33% -
HSV(B) 210.53º 0.5% 0.44% -
XYZ 7.78 8.37 16.83 -
YUV 78.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 56 84 113 0.50 0.26 0 0.56 210.53 0.34 0.33
Hex 38 54 71 32 1A 0 38 D3 22 21
Octal 70 124 161 62 32 0 70 323 42 41
Binary 111000 1010100 1110001 110010 11010 0 111000 11010011 100010 100001

Color Harmonies of #385471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385471

Black with #385471

Text Example


Text Example

White with #385471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385471; }

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

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

background-color css

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

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

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

border-color css

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

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

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