#3A576C

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

Shades of Blumine #3A576C

Tints of Blumine #3A576C

Color information

#3A576C (or 0x3A576C) is unknown color: approx Blumine. HEX triplet: 3A, 57 and 6C. RGB value is (58,87,108). Sum of RGB (Red+Green+Blue) = 58+87+108=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A576C is #C5A893. Grayscale: #505050. Windows color (decimal): -12953748 or 7100218. OLE color: 7100218.

HSL color Cylindrical-coordinate representation of color #3A576C: hue angle of 205.2º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A576C is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5887108-
CMYK0.460.1900.58
HSL205.2º30.12%32.55%-
HSV(B)205.2º46.3%42.35%-
XYZ7.868.815.47-
YUV80.72143.39111.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.92%
GREEN value IS 87 (34.38% from 255) = 34.39%
BLUE value IS 108 (42.58% from 255) = 42.69%
R=22.92%
G=34.39%
B=42.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58871080.460.1900.58205.230.1232.55
Hex3A576C2E1303Acd1e21
Octal7212715456230723153641
Binary111010101011111011001011101001101110101100110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,87,108); }

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

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

 a { background-color: rgb(58,87,108); }

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

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

 span { border-color: rgb(58,87,108); }

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