Html Css Color HEX #386184 Matisse

📋 copy color: '#386184'

red 56 ◦ green 97 ◦ blue 132

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

Shades of Matisse #386184

Tints of Matisse #386184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

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

R = 19.65%
G = 34.04%
B = 46.32%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#386184 (or 0x386184) is known color: Matisse. HEX triplet: 38, 61 and 84. RGB value is (56,97,132). Sum of RGB (Red+Green+Blue) = 56+97+132=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #386184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386184 is #C79E7B. Grayscale: #585858. Windows color (decimal): -13082236 or 8675640. OLE color: 8675640.

HSL color Cylindrical-coordinate representation of color #386184: hue angle of 207.63º 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 #386184 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 97 132 -
CMYK 0.58 0.27 0 0.48
HSL 207.63º 0.4% 0.37% -
HSV(B) 207.63º 0.58% 0.52% -
XYZ 10.07 11.06 23.43 -
YUV 88.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 56 97 132 0.58 0.27 0 0.48 207.63 0.4 0.37
Hex 38 61 84 3A 1B 0 30 D0 28 25
Octal 70 141 204 72 33 0 60 320 50 45
Binary 111000 1100001 10000100 111010 11011 0 110000 11010000 101000 100101

Color Harmonies of #386184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386184

Black with #386184

Text Example


Text Example

White with #386184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386184; }

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

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

background-color css

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

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

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

border-color css

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

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

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