Html Css Color HEX #386288 Matisse

📋 copy color: '#386288'

red 56 ◦ green 98 ◦ blue 136

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

Shades of Matisse #386288

Tints of Matisse #386288

RGB

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

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

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

R = 19.31%
G = 33.79%
B = 46.9%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#386288 (or 0x386288) is known color: Matisse. HEX triplet: 38, 62 and 88. RGB value is (56,98,136). Sum of RGB (Red+Green+Blue) = 56+98+136=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #386288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386288 is #C79D77. Grayscale: #595959. Windows color (decimal): -13081976 or 8938040. OLE color: 8938040.

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

Color convert

RGB 56 98 136 -
CMYK 0.59 0.28 0 0.47
HSL 208.5º 0.42% 0.38% -
HSV(B) 208.5º 0.59% 0.53% -
XYZ 10.44 11.35 24.93 -
YUV 89.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 56 98 136 0.59 0.28 0 0.47 208.5 0.42 0.38
Hex 38 62 88 3B 1C 0 2F D0 2A 26
Octal 70 142 210 73 34 0 57 320 52 46
Binary 111000 1100010 10001000 111011 11100 0 101111 11010000 101010 100110

Color Harmonies of #386288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386288

Black with #386288

Text Example


Text Example

White with #386288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386288; }

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

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

background-color css

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

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

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

border-color css

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

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

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