Html Css Color HEX #386286 Matisse

📋 copy color: '#386286'

red 56 ◦ green 98 ◦ blue 134

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

Shades of Matisse #386286

Tints of Matisse #386286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.53%

R = 19.44%
G = 34.03%
B = 46.53%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#386286 (or 0x386286) is known color: Matisse. HEX triplet: 38, 62 and 86. RGB value is (56,98,134). Sum of RGB (Red+Green+Blue) = 56+98+134=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #386286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386286 is #C79D79. Grayscale: #595959. Windows color (decimal): -13081978 or 8806968. OLE color: 8806968.

HSL color Cylindrical-coordinate representation of color #386286: hue angle of 207.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #386286 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 98 134 -
CMYK 0.58 0.27 0 0.47
HSL 207.69º 0.41% 0.37% -
HSV(B) 207.69º 0.58% 0.53% -
XYZ 10.3 11.3 24.19 -
YUV 89.55 153.09 104.07 -
System Red Green Blue C M Y K H S L
Decimal 56 98 134 0.58 0.27 0 0.47 207.69 0.41 0.37
Hex 38 62 86 3A 1B 0 2F D0 29 25
Octal 70 142 206 72 33 0 57 320 51 45
Binary 111000 1100010 10000110 111010 11011 0 101111 11010000 101001 100101

Color Harmonies of #386286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386286

Black with #386286

Text Example


Text Example

White with #386286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386286; }

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

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

background-color css

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

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

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

border-color css

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

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

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