#3A6576

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

Shades of Blumine #3A6576

Tints of Blumine #3A6576

Color information

#3A6576 (or 0x3A6576) is unknown color: approx Blumine. HEX triplet: 3A, 65 and 76. RGB value is (58,101,118). Sum of RGB (Red+Green+Blue) = 58+101+118=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A6576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6576 is #C59A89. Grayscale: #595959. Windows color (decimal): -12950154 or 7759162. OLE color: 7759162.

HSL color Cylindrical-coordinate representation of color #3A6576: hue angle of 197º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A6576 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB58101118-
CMYK0.510.1400.54
HSL197º34.09%34.51%-
HSV(B)197º50.85%46.27%-
XYZ9.6711.5118.85-
YUV90.08143.75105.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.94%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=20.94%
G=36.46%
B=42.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal581011180.510.1400.5419734.0934.51
Hex3A657633E036c52223
Octal7214516663160663054243
Binary111010110010111101101100111110011011011000101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,101,118); }

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

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

 a { background-color: rgb(58,101,118); }

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

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

 span { border-color: rgb(58,101,118); }

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