#3A5B7B

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

Shades of Matisse #3A5B7B

Tints of Matisse #3A5B7B

Color information

#3A5B7B (or 0x3A5B7B) is unknown color: approx Matisse. HEX triplet: 3A, 5B and 7B. RGB value is (58,91,123). Sum of RGB (Red+Green+Blue) = 58+91+123=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A5B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5B7B is #C5A484. Grayscale: #545454. Windows color (decimal): -12952709 or 8084282. OLE color: 8084282.

HSL color Cylindrical-coordinate representation of color #3A5B7B: hue angle of 209.54º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A5B7B is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5891123-
CMYK0.530.2600.52
HSL209.54º35.91%35.49%-
HSV(B)209.54º52.85%48.24%-
XYZ9.069.8120.16-
YUV84.78149.57108.9-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.32%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=21.32%
G=33.46%
B=45.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58911230.530.2600.52209.5435.9135.49
Hex3A5B7B351A034d22423
Octal7213317365320643224443
Binary1110101011011111101111010111010011010011010010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,91,123); }

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

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

 a { background-color: rgb(58,91,123); }

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

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

 span { border-color: rgb(58,91,123); }

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