Html Css Color HEX #386388 Matisse

📋 copy color: '#386388'

red 56 ◦ green 99 ◦ blue 136

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

Shades of Matisse #386388

Tints of Matisse #386388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

 BLUE value IS 136 (53.52% from 255) = 46.74%

R = 19.24%
G = 34.02%
B = 46.74%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#386388 (or 0x386388) is known color: Matisse. HEX triplet: 38, 63 and 88. RGB value is (56,99,136). Sum of RGB (Red+Green+Blue) = 56+99+136=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #386388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386388 is #C79C77. Grayscale: #5A5A5A. Windows color (decimal): -13081720 or 8938296. OLE color: 8938296.

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

Color convert

RGB 56 99 136 -
CMYK 0.59 0.27 0 0.47
HSL 207.75º 0.42% 0.38% -
HSV(B) 207.75º 0.59% 0.53% -
XYZ 10.54 11.54 24.97 -
YUV 90.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 56 99 136 0.59 0.27 0 0.47 207.75 0.42 0.38
Hex 38 63 88 3B 1B 0 2F D0 2A 26
Octal 70 143 210 73 33 0 57 320 52 46
Binary 111000 1100011 10001000 111011 11011 0 101111 11010000 101010 100110

Color Harmonies of #386388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386388

Black with #386388

Text Example


Text Example

White with #386388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386388; }

 p { color: rgb(56,99,136); }

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

background-color css

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

 a { background-color: rgb(56,99,136); }

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

border-color css

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

 span { border-color: rgb(56,99,136); }

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