Html Css Color HEX #385D7F Matisse

📋 copy color: '#385D7F'

red 56 ◦ green 93 ◦ blue 127

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

Shades of Matisse #385D7F

Tints of Matisse #385D7F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.7%

 BLUE value IS 127 (50% from 255) = 46.01%

R = 20.29%
G = 33.7%
B = 46.01%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#385D7F (or 0x385D7F) is known color: Matisse. HEX triplet: 38, 5D and 7F. RGB value is (56,93,127). Sum of RGB (Red+Green+Blue) = 56+93+127=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #385D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D7F is #C7A280. Grayscale: #555555. Windows color (decimal): -13083265 or 8346936. OLE color: 8346936.

HSL color Cylindrical-coordinate representation of color #385D7F: hue angle of 208.73º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385D7F is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 93 127 -
CMYK 0.56 0.27 0 0.50
HSL 208.73º 0.39% 0.36% -
HSV(B) 208.73º 0.56% 0.5% -
XYZ 9.38 10.2 21.55 -
YUV 85.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 56 93 127 0.56 0.27 0 0.50 208.73 0.39 0.36
Hex 38 5D 7F 38 1B 0 32 D1 27 24
Octal 70 135 177 70 33 0 62 321 47 44
Binary 111000 1011101 1111111 111000 11011 0 110010 11010001 100111 100100

Color Harmonies of #385D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D7F

Black with #385D7F

Text Example


Text Example

White with #385D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,93,127); }

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

background-color css

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

 a { background-color: rgb(56,93,127); }

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

border-color css

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

 span { border-color: rgb(56,93,127); }

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