#3A5A70

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

Shades of Blumine #3A5A70

Tints of Blumine #3A5A70

Color information

#3A5A70 (or 0x3A5A70) is unknown color: approx Blumine. HEX triplet: 3A, 5A and 70. RGB value is (58,90,112). Sum of RGB (Red+Green+Blue) = 58+90+112=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A5A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5A70 is #C5A58F. Grayscale: #525252. Windows color (decimal): -12952976 or 7363130. OLE color: 7363130.

HSL color Cylindrical-coordinate representation of color #3A5A70: hue angle of 204.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A5A70 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5890112-
CMYK0.480.2000.56
HSL204.44º31.76%33.33%-
HSV(B)204.44º48.21%43.92%-
XYZ8.339.3816.7-
YUV82.94144.4110.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.31%
GREEN value IS 90 (35.55% from 255) = 34.62%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=22.31%
G=34.62%
B=43.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58901120.480.2000.56204.4431.7633.33
Hex3A5A703014038cc2021
Octal7213216060240703144041
Binary1110101011010111000011000010100011100011001100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,90,112); }

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

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

 a { background-color: rgb(58,90,112); }

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

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

 span { border-color: rgb(58,90,112); }

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