Html Css Color HEX #385B84 Matisse

📋 copy color: '#385B84'

red 56 ◦ green 91 ◦ blue 132

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

Shades of Matisse #385B84

Tints of Matisse #385B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.31%

R = 20.07%
G = 32.62%
B = 47.31%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#385B84 (or 0x385B84) is known color: Matisse. HEX triplet: 38, 5B and 84. RGB value is (56,91,132). Sum of RGB (Red+Green+Blue) = 56+91+132=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #385B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385B84 is #C7A47B. Grayscale: #555555. Windows color (decimal): -13083772 or 8674104. OLE color: 8674104.

HSL color Cylindrical-coordinate representation of color #385B84: hue angle of 212.37º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #385B84 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 91 132 -
CMYK 0.58 0.31 0 0.48
HSL 212.37º 0.4% 0.37% -
HSV(B) 212.37º 0.58% 0.52% -
XYZ 9.54 9.99 23.26 -
YUV 85.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 56 91 132 0.58 0.31 0 0.48 212.37 0.4 0.37
Hex 38 5B 84 3A 1F 0 30 D4 28 25
Octal 70 133 204 72 37 0 60 324 50 45
Binary 111000 1011011 10000100 111010 11111 0 110000 11010100 101000 100101

Color Harmonies of #385B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B84

Black with #385B84

Text Example


Text Example

White with #385B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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