Html Css Color HEX #385E7D Matisse

📋 copy color: '#385E7D'

red 56 ◦ green 94 ◦ blue 125

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

Shades of Matisse #385E7D

Tints of Matisse #385E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.18%

 BLUE value IS 125 (49.22% from 255) = 45.45%

R = 20.36%
G = 34.18%
B = 45.45%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#385E7D (or 0x385E7D) is known color: Matisse. HEX triplet: 38, 5E and 7D. RGB value is (56,94,125). Sum of RGB (Red+Green+Blue) = 56+94+125=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #385E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E7D is #C7A182. Grayscale: #565656. Windows color (decimal): -13083011 or 8216120. OLE color: 8216120.

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

Color convert

RGB 56 94 125 -
CMYK 0.55 0.25 0 0.51
HSL 206.96º 0.38% 0.35% -
HSV(B) 206.96º 0.55% 0.49% -
XYZ 9.34 10.33 20.9 -
YUV 86.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 56 94 125 0.55 0.25 0 0.51 206.96 0.38 0.35
Hex 38 5E 7D 37 19 0 33 CF 26 23
Octal 70 136 175 67 31 0 63 317 46 43
Binary 111000 1011110 1111101 110111 11001 0 110011 11001111 100110 100011

Color Harmonies of #385E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E7D

Black with #385E7D

Text Example


Text Example

White with #385E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385E7D; }

 p { color: rgb(56,94,125); }

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

background-color css

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

 a { background-color: rgb(56,94,125); }

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

border-color css

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

 span { border-color: rgb(56,94,125); }

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