Html Css Color HEX #385F7F Matisse

📋 copy color: '#385F7F'

red 56 ◦ green 95 ◦ blue 127

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

Shades of Matisse #385F7F

Tints of Matisse #385F7F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.17%

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

R = 20.14%
G = 34.17%
B = 45.68%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#385F7F (or 0x385F7F) is known color: Matisse. HEX triplet: 38, 5F and 7F. RGB value is (56,95,127). Sum of RGB (Red+Green+Blue) = 56+95+127=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #385F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F7F is #C7A080. Grayscale: #565656. Windows color (decimal): -13082753 or 8347448. OLE color: 8347448.

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

Color convert

RGB 56 95 127 -
CMYK 0.56 0.25 0 0.50
HSL 207.04º 0.39% 0.36% -
HSV(B) 207.04º 0.56% 0.5% -
XYZ 9.55 10.56 21.61 -
YUV 86.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 56 95 127 0.56 0.25 0 0.50 207.04 0.39 0.36
Hex 38 5F 7F 38 19 0 32 CF 27 24
Octal 70 137 177 70 31 0 62 317 47 44
Binary 111000 1011111 1111111 111000 11001 0 110010 11001111 100111 100100

Color Harmonies of #385F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F7F

Black with #385F7F

Text Example


Text Example

White with #385F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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