#3A6273

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

Shades of Blumine #3A6273

Tints of Blumine #3A6273

Color information

#3A6273 (or 0x3A6273) is unknown color: approx Blumine. HEX triplet: 3A, 62 and 73. RGB value is (58,98,115). Sum of RGB (Red+Green+Blue) = 58+98+115=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A6273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6273 is #C59D8C. Grayscale: #575757. Windows color (decimal): -12950925 or 7561786. OLE color: 7561786.

HSL color Cylindrical-coordinate representation of color #3A6273: hue angle of 197.89º 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 #3A6273 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5898115-
CMYK0.500.1500.55
HSL197.89º32.95%33.92%-
HSV(B)197.89º49.57%45.1%-
XYZ9.2110.8717.83-
YUV87.98143.25106.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.40%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=21.40%
G=36.16%
B=42.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58981150.500.1500.55197.8932.9533.92
Hex3A627332F037c62122
Octal7214216362170673064142
Binary111010110001011100111100101111011011111000110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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