#3A5E73

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

Shades of Blumine #3A5E73

Tints of Blumine #3A5E73

Color information

#3A5E73 (or 0x3A5E73) is unknown color: approx Blumine. HEX triplet: 3A, 5E and 73. RGB value is (58,94,115). Sum of RGB (Red+Green+Blue) = 58+94+115=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A5E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5E73 is #C5A18C. Grayscale: #555555. Windows color (decimal): -12951949 or 7560762. OLE color: 7560762.

HSL color Cylindrical-coordinate representation of color #3A5E73: hue angle of 202.11º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A5E73 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5894115-
CMYK0.500.1800.55
HSL202.11º32.95%33.92%-
HSV(B)202.11º49.57%45.1%-
XYZ8.8410.1417.71-
YUV85.63144.57108.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.72%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 115 (45.31% from 255) = 43.07%
R=21.72%
G=35.21%
B=43.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58941150.500.1800.55202.1132.9533.92
Hex3A5E733212037ca2122
Octal7213616362220673124142
Binary1110101011110111001111001010010011011111001010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,94,115); }

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

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

 a { background-color: rgb(58,94,115); }

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

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

 span { border-color: rgb(58,94,115); }

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