#3A626E

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

Shades of Blumine #3A626E

Tints of Blumine #3A626E

Color information

#3A626E (or 0x3A626E) is unknown color: approx Blumine. HEX triplet: 3A, 62 and 6E. RGB value is (58,98,110). Sum of RGB (Red+Green+Blue) = 58+98+110=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A626E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A626E is #C59D91. Grayscale: #575757. Windows color (decimal): -12950930 or 7234106. OLE color: 7234106.

HSL color Cylindrical-coordinate representation of color #3A626E: hue angle of 193.85º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A626E is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5898110-
CMYK0.470.1100.57
HSL193.85º30.95%32.94%-
HSV(B)193.85º47.27%43.14%-
XYZ8.9310.7616.36-
YUV87.41140.75107.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.80%
GREEN value IS 98 (38.67% from 255) = 36.84%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=21.80%
G=36.84%
B=41.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58981100.470.1100.57193.8530.9532.94
Hex3A626E2FB039c21f21
Octal7214215657130713023741
Binary11101011000101101110101111101101110011100001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,98,110); }

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

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

 a { background-color: rgb(58,98,110); }

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

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

 span { border-color: rgb(58,98,110); }

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