Html Css Color HEX #386488 Matisse

📋 copy color: '#386488'

red 56 ◦ green 100 ◦ blue 136

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

Shades of Matisse #386488

Tints of Matisse #386488

RGB

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

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

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

R = 19.18%
G = 34.25%
B = 46.58%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#386488 (or 0x386488) is known color: Matisse. HEX triplet: 38, 64 and 88. RGB value is (56,100,136). Sum of RGB (Red+Green+Blue) = 56+100+136=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #386488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386488 is #C79B77. Grayscale: #5A5A5A. Windows color (decimal): -13081464 or 8938552. OLE color: 8938552.

HSL color Cylindrical-coordinate representation of color #386488: hue angle of 207º 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 #386488 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 100 136 -
CMYK 0.59 0.26 0 0.47
HSL 207º 0.42% 0.38% -
HSV(B) 207º 0.59% 0.53% -
XYZ 10.63 11.73 25 -
YUV 90.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 56 100 136 0.59 0.26 0 0.47 207 0.42 0.38
Hex 38 64 88 3B 1A 0 2F CF 2A 26
Octal 70 144 210 73 32 0 57 317 52 46
Binary 111000 1100100 10001000 111011 11010 0 101111 11001111 101010 100110

Color Harmonies of #386488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386488

Black with #386488

Text Example


Text Example

White with #386488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386488; }

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

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

background-color css

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

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

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

border-color css

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

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

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