Html Css Color HEX #385D83 Matisse

📋 copy color: '#385D83'

red 56 ◦ green 93 ◦ blue 131

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

Shades of Matisse #385D83

Tints of Matisse #385D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.21%

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

R = 20%
G = 33.21%
B = 46.79%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#385D83 (or 0x385D83) is known color: Matisse. HEX triplet: 38, 5D and 83. RGB value is (56,93,131). Sum of RGB (Red+Green+Blue) = 56+93+131=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #385D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385D83 is #C7A27C. Grayscale: #565656. Windows color (decimal): -13083261 or 8609080. OLE color: 8609080.

HSL color Cylindrical-coordinate representation of color #385D83: hue angle of 210.4º 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 #385D83 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 93 131 -
CMYK 0.57 0.29 0 0.49
HSL 210.4º 0.4% 0.37% -
HSV(B) 210.4º 0.57% 0.51% -
XYZ 9.64 10.31 22.95 -
YUV 86.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 56 93 131 0.57 0.29 0 0.49 210.4 0.4 0.37
Hex 38 5D 83 39 1D 0 31 D2 28 25
Octal 70 135 203 71 35 0 61 322 50 45
Binary 111000 1011101 10000011 111001 11101 0 110001 11010010 101000 100101

Color Harmonies of #385D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D83

Black with #385D83

Text Example


Text Example

White with #385D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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