Html Css Color HEX #386285 Matisse

📋 copy color: '#386285'

red 56 ◦ green 98 ◦ blue 133

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

Shades of Matisse #386285

Tints of Matisse #386285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 19.51%
G = 34.15%
B = 46.34%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#386285 (or 0x386285) is known color: Matisse. HEX triplet: 38, 62 and 85. RGB value is (56,98,133). Sum of RGB (Red+Green+Blue) = 56+98+133=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #386285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386285 is #C79D7A. Grayscale: #595959. Windows color (decimal): -13081979 or 8741432. OLE color: 8741432.

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

Color convert

RGB 56 98 133 -
CMYK 0.58 0.26 0 0.48
HSL 207.27º 0.41% 0.37% -
HSV(B) 207.27º 0.58% 0.52% -
XYZ 10.23 11.27 23.83 -
YUV 89.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 56 98 133 0.58 0.26 0 0.48 207.27 0.41 0.37
Hex 38 62 85 3A 1A 0 30 CF 29 25
Octal 70 142 205 72 32 0 60 317 51 45
Binary 111000 1100010 10000101 111010 11010 0 110000 11001111 101001 100101

Color Harmonies of #386285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386285

Black with #386285

Text Example


Text Example

White with #386285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386285; }

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

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

background-color css

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

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

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

border-color css

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

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

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