#3B6378

Color #3B6378 Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #3B6378

Tints of Matisse #3B6378

Color information

#3B6378 (or 0x3B6378) is unknown color: approx Matisse. HEX triplet: 3B, 63 and 78. RGB value is (59,99,120). Sum of RGB (Red+Green+Blue) = 59+99+120=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B6378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6378 is #C49C87. Grayscale: #595959. Windows color (decimal): -12885128 or 7889723. OLE color: 7889723.

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

Color convert

RGB5999120-
CMYK0.510.1700.53
HSL200.66º34.08%35.1%-
HSV(B)200.66º50.83%47.06%-
XYZ9.6611.2119.42-
YUV89.43145.25106.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.22%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=21.22%
G=35.61%
B=43.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59991200.510.1700.53200.6634.0835.1
Hex3B63783311035c92223
Octal7314317063210653114243
Binary1110111100011111100011001110001011010111001001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B6378; }

 p { color: rgb(59,99,120); }

 H1.HeaderClassName
 {
   color: #3B6378;
 }
 .AnyTagClassName
 {
   color: #3B6378;
 }
</style>
background-color css

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

 a { background-color: rgb(59,99,120); }

 div.DivClassName
 {
   background-color: #3B6378;
 }
 .BgClassName
 {
   background-color: #3B6378;
 }
</style>
border-color css

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

 span { border-color: rgb(59,99,120); }

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