Html Css Color HEX #386484 Matisse

📋 copy color: '#386484'

red 56 ◦ green 100 ◦ blue 132

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

Shades of Matisse #386484

Tints of Matisse #386484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.72%

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

R = 19.44%
G = 34.72%
B = 45.83%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#386484 (or 0x386484) is known color: Matisse. HEX triplet: 38, 64 and 84. RGB value is (56,100,132). Sum of RGB (Red+Green+Blue) = 56+100+132=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #386484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386484 is #C79B7B. Grayscale: #5A5A5A. Windows color (decimal): -13081468 or 8676408. OLE color: 8676408.

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

Color convert

RGB 56 100 132 -
CMYK 0.58 0.24 0 0.48
HSL 205.26º 0.4% 0.37% -
HSV(B) 205.26º 0.58% 0.52% -
XYZ 10.35 11.62 23.53 -
YUV 90.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 56 100 132 0.58 0.24 0 0.48 205.26 0.4 0.37
Hex 38 64 84 3A 18 0 30 CD 28 25
Octal 70 144 204 72 30 0 60 315 50 45
Binary 111000 1100100 10000100 111010 11000 0 110000 11001101 101000 100101

Color Harmonies of #386484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386484

Black with #386484

Text Example


Text Example

White with #386484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386484; }

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

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

background-color css

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

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

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

border-color css

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

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

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