Html Css Color HEX #386284 Matisse

📋 copy color: '#386284'

red 56 ◦ green 98 ◦ blue 132

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

Shades of Matisse #386284

Tints of Matisse #386284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.27%

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

R = 19.58%
G = 34.27%
B = 46.15%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#386284 (or 0x386284) is known color: Matisse. HEX triplet: 38, 62 and 84. RGB value is (56,98,132). Sum of RGB (Red+Green+Blue) = 56+98+132=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #386284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386284 is #C79D7B. Grayscale: #595959. Windows color (decimal): -13081980 or 8675896. OLE color: 8675896.

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

Color convert

RGB 56 98 132 -
CMYK 0.58 0.26 0 0.48
HSL 206.84º 0.4% 0.37% -
HSV(B) 206.84º 0.58% 0.52% -
XYZ 10.16 11.24 23.46 -
YUV 89.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 56 98 132 0.58 0.26 0 0.48 206.84 0.4 0.37
Hex 38 62 84 3A 1A 0 30 CF 28 25
Octal 70 142 204 72 32 0 60 317 50 45
Binary 111000 1100010 10000100 111010 11010 0 110000 11001111 101000 100101

Color Harmonies of #386284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386284

Black with #386284

Text Example


Text Example

White with #386284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386284; }

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

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

background-color css

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

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

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

border-color css

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

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

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