Html Css Color HEX #385F7D Matisse

📋 copy color: '#385F7D'

red 56 ◦ green 95 ◦ blue 125

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

Shades of Matisse #385F7D

Tints of Matisse #385F7D

RGB

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

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

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

R = 20.29%
G = 34.42%
B = 45.29%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#385F7D (or 0x385F7D) is known color: Matisse. HEX triplet: 38, 5F and 7D. RGB value is (56,95,125). Sum of RGB (Red+Green+Blue) = 56+95+125=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #385F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F7D is #C7A082. Grayscale: #565656. Windows color (decimal): -13082755 or 8216376. OLE color: 8216376.

HSL color Cylindrical-coordinate representation of color #385F7D: hue angle of 206.09º 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 #385F7D is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 95 125 -
CMYK 0.55 0.24 0 0.51
HSL 206.09º 0.38% 0.35% -
HSV(B) 206.09º 0.55% 0.49% -
XYZ 9.42 10.51 20.93 -
YUV 86.76 149.58 106.06 -
System Red Green Blue C M Y K H S L
Decimal 56 95 125 0.55 0.24 0 0.51 206.09 0.38 0.35
Hex 38 5F 7D 37 18 0 33 CE 26 23
Octal 70 137 175 67 30 0 63 316 46 43
Binary 111000 1011111 1111101 110111 11000 0 110011 11001110 100110 100011

Color Harmonies of #385F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F7D

Black with #385F7D

Text Example


Text Example

White with #385F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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