Html Css Color HEX #386077 Matisse

📋 copy color: '#386077'

red 56 ◦ green 96 ◦ blue 119

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

Shades of Matisse #386077

Tints of Matisse #386077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

 BLUE value IS 119 (46.88% from 255) = 43.91%

R = 20.66%
G = 35.42%
B = 43.91%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#386077 (or 0x386077) is known color: Matisse. HEX triplet: 38, 60 and 77. RGB value is (56,96,119). Sum of RGB (Red+Green+Blue) = 56+96+119=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #386077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386077 is #C79F88. Grayscale: #565656. Windows color (decimal): -13082505 or 7823416. OLE color: 7823416.

HSL color Cylindrical-coordinate representation of color #386077: hue angle of 201.9º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386077 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 96 119 -
CMYK 0.53 0.19 0 0.53
HSL 201.9º 0.36% 0.34% -
HSV(B) 201.9º 0.53% 0.47% -
XYZ 9.14 10.54 19 -
YUV 86.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 56 96 119 0.53 0.19 0 0.53 201.9 0.36 0.34
Hex 38 60 77 35 13 0 35 CA 24 22
Octal 70 140 167 65 23 0 65 312 44 42
Binary 111000 1100000 1110111 110101 10011 0 110101 11001010 100100 100010

Color Harmonies of #386077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386077

Black with #386077

Text Example


Text Example

White with #386077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386077; }

 p { color: rgb(56,96,119); }

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

background-color css

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

 a { background-color: rgb(56,96,119); }

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

border-color css

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

 span { border-color: rgb(56,96,119); }

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