#3B628A

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

Shades of Matisse #3B628A

Tints of Matisse #3B628A

Color information

#3B628A (or 0x3B628A) is unknown color: approx Matisse. HEX triplet: 3B, 62 and 8A. RGB value is (59,98,138). Sum of RGB (Red+Green+Blue) = 59+98+138=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B628A is #C49D75. Grayscale: #5A5A5A. Windows color (decimal): -12885366 or 9069115. OLE color: 9069115.

HSL color Cylindrical-coordinate representation of color #3B628A: hue angle of 210.38º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B628A is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5998138-
CMYK0.570.2900.46
HSL210.38º40.1%38.63%-
HSV(B)210.38º57.25%54.12%-
XYZ10.7611.525.7-
YUV90.9154.58105.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=20%
G=33.22%
B=46.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal59981380.570.2900.46210.3840.138.63
Hex3B628A391D02Ed22827
Octal7314221271350563225047
Binary11101111000101000101011100111101010111011010010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,98,138); }

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

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

 a { background-color: rgb(59,98,138); }

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

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

 span { border-color: rgb(59,98,138); }

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