Html Css Color HEX #386482 Matisse

📋 copy color: '#386482'

red 56 ◦ green 100 ◦ blue 130

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

Shades of Matisse #386482

Tints of Matisse #386482

RGB

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

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

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

R = 19.58%
G = 34.97%
B = 45.45%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#386482 (or 0x386482) is known color: Matisse. HEX triplet: 38, 64 and 82. RGB value is (56,100,130). Sum of RGB (Red+Green+Blue) = 56+100+130=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #386482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386482 is #C79B7D. Grayscale: #5A5A5A. Windows color (decimal): -13081470 or 8545336. OLE color: 8545336.

HSL color Cylindrical-coordinate representation of color #386482: hue angle of 204.32º 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 #386482 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 100 130 -
CMYK 0.57 0.23 0 0.49
HSL 204.32º 0.4% 0.36% -
HSV(B) 204.32º 0.57% 0.51% -
XYZ 10.22 11.57 22.81 -
YUV 90.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 56 100 130 0.57 0.23 0 0.49 204.32 0.4 0.36
Hex 38 64 82 39 17 0 31 CC 28 24
Octal 70 144 202 71 27 0 61 314 50 44
Binary 111000 1100100 10000010 111001 10111 0 110001 11001100 101000 100100

Color Harmonies of #386482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386482

Black with #386482

Text Example


Text Example

White with #386482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386482; }

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

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

background-color css

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

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

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

border-color css

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

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

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