Html Css Color HEX #386082 Matisse

📋 copy color: '#386082'

red 56 ◦ green 96 ◦ blue 130

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

Shades of Matisse #386082

Tints of Matisse #386082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 19.86%
G = 34.04%
B = 46.1%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#386082 (or 0x386082) is known color: Matisse. HEX triplet: 38, 60 and 82. RGB value is (56,96,130). Sum of RGB (Red+Green+Blue) = 56+96+130=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #386082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386082 is #C79F7D. Grayscale: #575757. Windows color (decimal): -13082494 or 8544312. OLE color: 8544312.

HSL color Cylindrical-coordinate representation of color #386082: hue angle of 207.57º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #386082 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 96 130 -
CMYK 0.57 0.26 0 0.49
HSL 207.57º 0.4% 0.36% -
HSV(B) 207.57º 0.57% 0.51% -
XYZ 9.84 10.82 22.69 -
YUV 87.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 56 96 130 0.57 0.26 0 0.49 207.57 0.4 0.36
Hex 38 60 82 39 1A 0 31 D0 28 24
Octal 70 140 202 71 32 0 61 320 50 44
Binary 111000 1100000 10000010 111001 11010 0 110001 11010000 101000 100100

Color Harmonies of #386082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386082

Black with #386082

Text Example


Text Example

White with #386082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386082; }

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

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

background-color css

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

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

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

border-color css

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

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

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