#3A5E71

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

Shades of Blumine #3A5E71

Tints of Blumine #3A5E71

Color information

#3A5E71 (or 0x3A5E71) is unknown color: approx Blumine. HEX triplet: 3A, 5E and 71. RGB value is (58,94,113). Sum of RGB (Red+Green+Blue) = 58+94+113=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A5E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5E71 is #C5A18E. Grayscale: #555555. Windows color (decimal): -12951951 or 7429690. OLE color: 7429690.

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

Color convert

RGB5894113-
CMYK0.490.1700.56
HSL200.73º32.16%33.53%-
HSV(B)200.73º48.67%44.31%-
XYZ8.7310.117.11-
YUV85.4143.57108.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.89%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=21.89%
G=35.47%
B=42.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58941130.490.1700.56200.7332.1633.53
Hex3A5E713111038c92022
Octal7213616161210703114042
Binary1110101011110111000111000110001011100011001001100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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