Html Css Color HEX #386084 Matisse

📋 copy color: '#386084'

red 56 ◦ green 96 ◦ blue 132

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

Shades of Matisse #386084

Tints of Matisse #386084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.8%

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

R = 19.72%
G = 33.8%
B = 46.48%

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

#386084 (or 0x386084) is known color: Matisse. HEX triplet: 38, 60 and 84. RGB value is (56,96,132). Sum of RGB (Red+Green+Blue) = 56+96+132=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #386084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386084 is #C79F7B. Grayscale: #575757. Windows color (decimal): -13082492 or 8675384. OLE color: 8675384.

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

Color convert

RGB 56 96 132 -
CMYK 0.58 0.27 0 0.48
HSL 208.42º 0.4% 0.37% -
HSV(B) 208.42º 0.58% 0.52% -
XYZ 9.98 10.87 23.4 -
YUV 88.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 56 96 132 0.58 0.27 0 0.48 208.42 0.4 0.37
Hex 38 60 84 3A 1B 0 30 D0 28 25
Octal 70 140 204 72 33 0 60 320 50 45
Binary 111000 1100000 10000100 111010 11011 0 110000 11010000 101000 100101

Color Harmonies of #386084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386084

Black with #386084

Text Example


Text Example

White with #386084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386084; }

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

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

background-color css

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

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

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

border-color css

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

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

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