#3A6288

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

Shades of Matisse #3A6288

Tints of Matisse #3A6288

Color information

#3A6288 (or 0x3A6288) is unknown color: approx Matisse. HEX triplet: 3A, 62 and 88. RGB value is (58,98,136). Sum of RGB (Red+Green+Blue) = 58+98+136=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A6288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6288 is #C59D77. Grayscale: #5A5A5A. Windows color (decimal): -12950904 or 8938042. OLE color: 8938042.

HSL color Cylindrical-coordinate representation of color #3A6288: hue angle of 209.23º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A6288 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5898136-
CMYK0.570.2800.47
HSL209.23º40.21%38.04%-
HSV(B)209.23º57.35%53.33%-
XYZ10.5611.4124.94-
YUV90.37153.75104.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.86%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 136 (53.52% from 255) = 46.58%
R=19.86%
G=33.56%
B=46.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58981360.570.2800.47209.2340.2138.04
Hex3A6288391C02Fd12826
Octal7214221071340573215046
Binary11101011000101000100011100111100010111111010001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,98,136); }

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

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

 a { background-color: rgb(58,98,136); }

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

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

 span { border-color: rgb(58,98,136); }

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