Html Css Color HEX #386283 Matisse

📋 copy color: '#386283'

red 56 ◦ green 98 ◦ blue 131

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

Shades of Matisse #386283

Tints of Matisse #386283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.96%

R = 19.65%
G = 34.39%
B = 45.96%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#386283 (or 0x386283) is known color: Matisse. HEX triplet: 38, 62 and 83. RGB value is (56,98,131). Sum of RGB (Red+Green+Blue) = 56+98+131=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #386283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386283 is #C79D7C. Grayscale: #595959. Windows color (decimal): -13081981 or 8610360. OLE color: 8610360.

HSL color Cylindrical-coordinate representation of color #386283: hue angle of 206.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #386283 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 98 131 -
CMYK 0.57 0.25 0 0.49
HSL 206.4º 0.4% 0.37% -
HSV(B) 206.4º 0.57% 0.51% -
XYZ 10.1 11.21 23.11 -
YUV 89.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 56 98 131 0.57 0.25 0 0.49 206.4 0.4 0.37
Hex 38 62 83 39 19 0 31 CE 28 25
Octal 70 142 203 71 31 0 61 316 50 45
Binary 111000 1100010 10000011 111001 11001 0 110001 11001110 101000 100101

Color Harmonies of #386283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386283

Black with #386283

Text Example


Text Example

White with #386283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386283; }

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

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

background-color css

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

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

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

border-color css

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

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

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