#3A5D7B

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

Shades of Matisse #3A5D7B

Tints of Matisse #3A5D7B

Color information

#3A5D7B (or 0x3A5D7B) is unknown color: approx Matisse. HEX triplet: 3A, 5D and 7B. RGB value is (58,93,123). Sum of RGB (Red+Green+Blue) = 58+93+123=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A5D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5D7B is #C5A284. Grayscale: #555555. Windows color (decimal): -12952197 or 8084794. OLE color: 8084794.

HSL color Cylindrical-coordinate representation of color #3A5D7B: hue angle of 207.69º 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 #3A5D7B is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5893123-
CMYK0.530.2400.52
HSL207.69º35.91%35.49%-
HSV(B)207.69º52.85%48.24%-
XYZ9.2310.1620.21-
YUV85.96148.9108.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.17%
GREEN value IS 93 (36.72% from 255) = 33.94%
BLUE value IS 123 (48.44% from 255) = 44.89%
R=21.17%
G=33.94%
B=44.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58931230.530.2400.52207.6935.9135.49
Hex3A5D7B3518034d02423
Octal7213517365300643204443
Binary1110101011101111101111010111000011010011010000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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