Html Css Color HEX #385C83 Matisse

📋 copy color: '#385C83'

red 56 ◦ green 92 ◦ blue 131

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

Shades of Matisse #385C83

Tints of Matisse #385C83

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.97%

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

R = 20.07%
G = 32.97%
B = 46.95%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#385C83 (or 0x385C83) is known color: Matisse. HEX triplet: 38, 5C and 83. RGB value is (56,92,131). Sum of RGB (Red+Green+Blue) = 56+92+131=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #385C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385C83 is #C7A37C. Grayscale: #555555. Windows color (decimal): -13083517 or 8608824. OLE color: 8608824.

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

Color convert

RGB 56 92 131 -
CMYK 0.57 0.30 0 0.49
HSL 211.2º 0.4% 0.37% -
HSV(B) 211.2º 0.57% 0.51% -
XYZ 9.55 10.13 22.93 -
YUV 85.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 56 92 131 0.57 0.30 0 0.49 211.2 0.4 0.37
Hex 38 5C 83 39 1E 0 31 D3 28 25
Octal 70 134 203 71 36 0 61 323 50 45
Binary 111000 1011100 10000011 111001 11110 0 110001 11010011 101000 100101

Color Harmonies of #385C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C83

Black with #385C83

Text Example


Text Example

White with #385C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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