#3B5875

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

Shades of Matisse #3B5875

Tints of Matisse #3B5875

Color information

#3B5875 (or 0x3B5875) is unknown color: approx Matisse. HEX triplet: 3B, 58 and 75. RGB value is (59,88,117). Sum of RGB (Red+Green+Blue) = 59+88+117=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B5875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5875 is #C4A78A. Grayscale: #525252. Windows color (decimal): -12887947 or 7690299. OLE color: 7690299.

HSL color Cylindrical-coordinate representation of color #3B5875: hue angle of 210º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B5875 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5988117-
CMYK0.500.2500.54
HSL210º32.95%34.51%-
HSV(B)210º49.57%45.88%-
XYZ8.59.1918.16-
YUV82.64147.39111.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.35%
GREEN value IS 88 (34.77% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=22.35%
G=33.33%
B=44.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59881170.500.2500.5421032.9534.51
Hex3B58753219036d22123
Octal7313016562310663224143
Binary1110111011000111010111001011001011011011010010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,88,117); }

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

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

 a { background-color: rgb(59,88,117); }

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

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

 span { border-color: rgb(59,88,117); }

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