Html Css Color HEX #385B7F Matisse

📋 copy color: '#385B7F'

red 56 ◦ green 91 ◦ blue 127

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

Shades of Matisse #385B7F

Tints of Matisse #385B7F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.21%

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

R = 20.44%
G = 33.21%
B = 46.35%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#385B7F (or 0x385B7F) is known color: Matisse. HEX triplet: 38, 5B and 7F. RGB value is (56,91,127). Sum of RGB (Red+Green+Blue) = 56+91+127=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #385B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B7F is #C7A480. Grayscale: #545454. Windows color (decimal): -13083777 or 8346424. OLE color: 8346424.

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

Color convert

RGB 56 91 127 -
CMYK 0.56 0.28 0 0.50
HSL 210.42º 0.39% 0.36% -
HSV(B) 210.42º 0.56% 0.5% -
XYZ 9.2 9.86 21.5 -
YUV 84.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 56 91 127 0.56 0.28 0 0.50 210.42 0.39 0.36
Hex 38 5B 7F 38 1C 0 32 D2 27 24
Octal 70 133 177 70 34 0 62 322 47 44
Binary 111000 1011011 1111111 111000 11100 0 110010 11010010 100111 100100

Color Harmonies of #385B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B7F

Black with #385B7F

Text Example


Text Example

White with #385B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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