Html Css Color HEX #385F83 Matisse

📋 copy color: '#385F83'

red 56 ◦ green 95 ◦ blue 131

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

Shades of Matisse #385F83

Tints of Matisse #385F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.45%

R = 19.86%
G = 33.69%
B = 46.45%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#385F83 (or 0x385F83) is known color: Matisse. HEX triplet: 38, 5F and 83. RGB value is (56,95,131). Sum of RGB (Red+Green+Blue) = 56+95+131=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #385F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385F83 is #C7A07C. Grayscale: #575757. Windows color (decimal): -13082749 or 8609592. OLE color: 8609592.

HSL color Cylindrical-coordinate representation of color #385F83: hue angle of 208.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385F83 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 95 131 -
CMYK 0.57 0.27 0 0.49
HSL 208.8º 0.4% 0.37% -
HSV(B) 208.8º 0.57% 0.51% -
XYZ 9.82 10.66 23.01 -
YUV 87.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 56 95 131 0.57 0.27 0 0.49 208.8 0.4 0.37
Hex 38 5F 83 39 1B 0 31 D1 28 25
Octal 70 137 203 71 33 0 61 321 50 45
Binary 111000 1011111 10000011 111001 11011 0 110001 11010001 101000 100101

Color Harmonies of #385F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F83

Black with #385F83

Text Example


Text Example

White with #385F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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