#3A6373

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

Shades of Blumine #3A6373

Tints of Blumine #3A6373

Color information

#3A6373 (or 0x3A6373) is unknown color: approx Blumine. HEX triplet: 3A, 63 and 73. RGB value is (58,99,115). Sum of RGB (Red+Green+Blue) = 58+99+115=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A6373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6373 is #C59C8C. Grayscale: #585858. Windows color (decimal): -12950669 or 7562042. OLE color: 7562042.

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

Color convert

RGB5899115-
CMYK0.500.1400.55
HSL196.84º32.95%33.92%-
HSV(B)196.84º49.57%45.1%-
XYZ9.311.0617.86-
YUV88.56142.92106.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.32%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=21.32%
G=36.40%
B=42.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58991150.500.1400.55196.8432.9533.92
Hex3A637332E037c52122
Octal7214316362160673054142
Binary111010110001111100111100101110011011111000101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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